Html Css Color HEX #FFCA4C Golden Tainoi

📋 copy color: '#FFCA4C'

red 255 ◦ green 202 ◦ blue 76

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

Shades of Golden Tainoi #FFCA4C

Tints of Golden Tainoi #FFCA4C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.9%

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

R = 47.84%
G = 37.9%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#FFCA4C (or 0xFFCA4C) is known color: Golden Tainoi. HEX triplet: FF, CA and 4C. RGB value is (255,202,76). Sum of RGB (Red+Green+Blue) = 255+202+76=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 76 (30.08% from 255 or 14.26% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCA4C is #0035B3. Grayscale: #CCCCCC. Windows color (decimal): -13748 or 5032703. OLE color: 5032703.

HSL color Cylindrical-coordinate representation of color #FFCA4C: hue angle of 42.23º 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 #FFCA4C is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.

Color convert

RGB 255 202 76 -
CMYK 0 0.21 0.70 0
HSL 42.23º 1% 0.65% -
HSV(B) 42.23º 0.7% 1% -
XYZ 63.67 64.02 15.84 -
YUV 203.48 56.06 164.75 -
System Red Green Blue C M Y K H S L
Decimal 255 202 76 0 0.21 0.70 0 42.23 1 0.65
Hex FF CA 4C 0 15 46 0 2A 64 41
Octal 377 312 114 0 25 106 0 52 144 101
Binary 11111111 11001010 1001100 0 10101 1000110 0 101010 1100100 1000001

Color Harmonies of #FFCA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCA4C

Black with #FFCA4C

Text Example


Text Example

White with #FFCA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCA4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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