Html Css Color HEX #FFC04A Golden Tainoi

📋 copy color: '#FFC04A'

red 255 ◦ green 192 ◦ blue 74

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

Shades of Golden Tainoi #FFC04A

Tints of Golden Tainoi #FFC04A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.2%

R = 48.94%
G = 36.85%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FFC04A (or 0xFFC04A) is known color: Golden Tainoi. HEX triplet: FF, C0 and 4A. RGB value is (255,192,74). Sum of RGB (Red+Green+Blue) = 255+192+74=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 74 (29.30% from 255 or 14.20% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC04A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC04A is #003FB5. Grayscale: #C5C5C5. Windows color (decimal): -16310 or 4899071. OLE color: 4899071.

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

Color convert

RGB 255 192 74 -
CMYK 0 0.25 0.71 0
HSL 39.12º 1% 0.65% -
HSV(B) 39.12º 0.71% 1% -
XYZ 61.33 59.45 14.72 -
YUV 197.39 58.37 169.09 -
System Red Green Blue C M Y K H S L
Decimal 255 192 74 0 0.25 0.71 0 39.12 1 0.65
Hex FF C0 4A 0 19 47 0 27 64 41
Octal 377 300 112 0 31 107 0 47 144 101
Binary 11111111 11000000 1001010 0 11001 1000111 0 100111 1100100 1000001

Color Harmonies of #FFC04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC04A

Black with #FFC04A

Text Example


Text Example

White with #FFC04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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