Html Css Color HEX #FFCA4B Golden Tainoi

📋 copy color: '#FFCA4B'

red 255 ◦ green 202 ◦ blue 75

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

Shades of Golden Tainoi #FFCA4B

Tints of Golden Tainoi #FFCA4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.1%

R = 47.93%
G = 37.97%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FFCA4B (or 0xFFCA4B) is known color: Golden Tainoi. HEX triplet: FF, CA and 4B. RGB value is (255,202,75). Sum of RGB (Red+Green+Blue) = 255+202+75=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 75 (29.69% from 255 or 14.10% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCA4B is #0035B4. Grayscale: #CBCBCB. Windows color (decimal): -13749 or 4967167. OLE color: 4967167.

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

Color convert

RGB 255 202 75 -
CMYK 0 0.21 0.71 0
HSL 42.33º 1% 0.65% -
HSV(B) 42.33º 0.71% 1% -
XYZ 63.63 64.01 15.66 -
YUV 203.37 55.56 164.83 -
System Red Green Blue C M Y K H S L
Decimal 255 202 75 0 0.21 0.71 0 42.33 1 0.65
Hex FF CA 4B 0 15 47 0 2A 64 41
Octal 377 312 113 0 25 107 0 52 144 101
Binary 11111111 11001010 1001011 0 10101 1000111 0 101010 1100100 1000001

Color Harmonies of #FFCA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCA4B

Black with #FFCA4B

Text Example


Text Example

White with #FFCA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCA4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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