Html Css Color HEX #FFCA4F Golden Tainoi

📋 copy color: '#FFCA4F'

red 255 ◦ green 202 ◦ blue 79

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

Shades of Golden Tainoi #FFCA4F

Tints of Golden Tainoi #FFCA4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 14.74%

R = 47.57%
G = 37.69%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FFCA4F (or 0xFFCA4F) is known color: Golden Tainoi. HEX triplet: FF, CA and 4F. RGB value is (255,202,79). Sum of RGB (Red+Green+Blue) = 255+202+79=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 202 (79.30% from 255 or 37.69% from 536); Blue value is 79 (31.25% from 255 or 14.74% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA4F is #0035B0. Grayscale: #CCCCCC. Windows color (decimal): -13745 or 5229311. OLE color: 5229311.

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

Color convert

RGB 255 202 79 -
CMYK 0 0.21 0.69 0
HSL 41.93º 1% 0.65% -
HSV(B) 41.93º 0.69% 1% -
XYZ 63.77 64.07 16.4 -
YUV 203.83 57.56 164.5 -
System Red Green Blue C M Y K H S L
Decimal 255 202 79 0 0.21 0.69 0 41.93 1 0.65
Hex FF CA 4F 0 15 45 0 2A 64 41
Octal 377 312 117 0 25 105 0 52 144 101
Binary 11111111 11001010 1001111 0 10101 1000101 0 101010 1100100 1000001

Color Harmonies of #FFCA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCA4F

Black with #FFCA4F

Text Example


Text Example

White with #FFCA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCA4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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