Html Css Color HEX #FFC05B Golden Tainoi

📋 copy color: '#FFC05B'

red 255 ◦ green 192 ◦ blue 91

#FFC05B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Tainoi #FFC05B

Tints of Golden Tainoi #FFC05B

RGB

 RED value IS 255 (100% from 255) = 47.4%

 GREEN value IS 192 (75.39% from 255) = 35.69%

 BLUE value IS 91 (35.94% from 255) = 16.91%

R = 47.4%
G = 35.69%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FFC05B (or 0xFFC05B) is known color: Golden Tainoi. HEX triplet: FF, C0 and 5B. RGB value is (255,192,91). Sum of RGB (Red+Green+Blue) = 255+192+91=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 91 (35.94% from 255 or 16.91% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC05B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC05B is #003FA4. Grayscale: #C7C7C7. Windows color (decimal): -16293 or 6013183. OLE color: 6013183.

HSL color Cylindrical-coordinate representation of color #FFC05B: hue angle of 36.95º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFC05B is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB 255 192 91 -
CMYK 0 0.25 0.64 0
HSL 36.95º 1% 0.68% -
HSV(B) 36.95º 0.64% 1% -
XYZ 61.98 59.71 18.16 -
YUV 199.32 66.87 167.71 -
System Red Green Blue C M Y K H S L
Decimal 255 192 91 0 0.25 0.64 0 36.95 1 0.68
Hex FF C0 5B 0 19 40 0 25 64 44
Octal 377 300 133 0 31 100 0 45 144 104
Binary 11111111 11000000 1011011 0 11001 1000000 0 100101 1100100 1000100

Color Harmonies of #FFC05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC05B

Black with #FFC05B

Text Example


Text Example

White with #FFC05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC05B; }

 p { color: rgb(255,192,91); }

 H1.HeaderClassName
 {
   color: #FFC05B;
 }
 .AnyTagClassName
 {
   color: #FFC05B;
 }
</style>

background-color css

<style>
 a { background-color: #FFC05B; }

 a { background-color: rgb(255,192,91); }

 div.DivClassName
 {
   background-color: #FFC05B;
 }
 .BgClassName
 {
   background-color: #FFC05B;
 }
</style>

border-color css

<style>
 span { border-color: #FFC05B; }

 span { border-color: rgb(255,192,91); }

 td.TdClassName
 {
   border-color: #FFC05B;
 }
 .TagClassName
 {
   border-color: #FFC05B;
 }
</style>