Html Css Color HEX #FFC04C Golden Tainoi

📋 copy color: '#FFC04C'

red 255 ◦ green 192 ◦ blue 76

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

Shades of Golden Tainoi #FFC04C

Tints of Golden Tainoi #FFC04C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.53%

R = 48.76%
G = 36.71%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#FFC04C (or 0xFFC04C) is known color: Golden Tainoi. HEX triplet: FF, C0 and 4C. RGB value is (255,192,76). Sum of RGB (Red+Green+Blue) = 255+192+76=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 192 (75.39% from 255 or 36.71% from 523); Blue value is 76 (30.08% from 255 or 14.53% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC04C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC04C is #003FB3. Grayscale: #C6C6C6. Windows color (decimal): -16308 or 5030143. OLE color: 5030143.

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

Color convert

RGB 255 192 76 -
CMYK 0 0.25 0.70 0
HSL 38.88º 1% 0.65% -
HSV(B) 38.88º 0.7% 1% -
XYZ 61.39 59.48 15.08 -
YUV 197.61 59.37 168.93 -
System Red Green Blue C M Y K H S L
Decimal 255 192 76 0 0.25 0.70 0 38.88 1 0.65
Hex FF C0 4C 0 19 46 0 27 64 41
Octal 377 300 114 0 31 106 0 47 144 101
Binary 11111111 11000000 1001100 0 11001 1000110 0 100111 1100100 1000001

Color Harmonies of #FFC04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC04C

Black with #FFC04C

Text Example


Text Example

White with #FFC04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC04C; }

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

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

background-color css

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

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

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

border-color css

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

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

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