Html Css Color HEX #FFC05F Golden Tainoi

📋 copy color: '#FFC05F'

red 255 ◦ green 192 ◦ blue 95

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

Shades of Golden Tainoi #FFC05F

Tints of Golden Tainoi #FFC05F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.53%

R = 47.05%
G = 35.42%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FFC05F (or 0xFFC05F) is known color: Golden Tainoi. HEX triplet: FF, C0 and 5F. RGB value is (255,192,95). Sum of RGB (Red+Green+Blue) = 255+192+95=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 95 (37.5% from 255 or 17.53% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC05F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC05F is #003FA0. Grayscale: #C8C8C8. Windows color (decimal): -16289 or 6275327. OLE color: 6275327.

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

Color convert

RGB 255 192 95 -
CMYK 0 0.25 0.63 0
HSL 36.38º 1% 0.69% -
HSV(B) 36.38º 0.63% 1% -
XYZ 62.16 59.79 19.09 -
YUV 199.78 68.87 167.39 -
System Red Green Blue C M Y K H S L
Decimal 255 192 95 0 0.25 0.63 0 36.38 1 0.69
Hex FF C0 5F 0 19 3F 0 24 64 45
Octal 377 300 137 0 31 77 0 44 144 105
Binary 11111111 11000000 1011111 0 11001 111111 0 100100 1100100 1000101

Color Harmonies of #FFC05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC05F

Black with #FFC05F

Text Example


Text Example

White with #FFC05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC05F; }

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

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

background-color css

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

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

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

border-color css

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

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

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