Html Css Color HEX #FFCA50 Golden Tainoi

📋 copy color: '#FFCA50'

red 255 ◦ green 202 ◦ blue 80

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

Shades of Golden Tainoi #FFCA50

Tints of Golden Tainoi #FFCA50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 14.9%

R = 47.49%
G = 37.62%
B = 14.9%

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

#FFCA50 (or 0xFFCA50) is known color: Golden Tainoi. HEX triplet: FF, CA and 50. RGB value is (255,202,80). Sum of RGB (Red+Green+Blue) = 255+202+80=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 80 (31.64% from 255 or 14.90% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA50 is #0035AF. Grayscale: #CCCCCC. Windows color (decimal): -13744 or 5294847. OLE color: 5294847.

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

Color convert

RGB 255 202 80 -
CMYK 0 0.21 0.69 0
HSL 41.83º 1% 0.66% -
HSV(B) 41.83º 0.69% 1% -
XYZ 63.81 64.08 16.6 -
YUV 203.94 58.06 164.42 -
System Red Green Blue C M Y K H S L
Decimal 255 202 80 0 0.21 0.69 0 41.83 1 0.66
Hex FF CA 50 0 15 45 0 2A 64 42
Octal 377 312 120 0 25 105 0 52 144 102
Binary 11111111 11001010 1010000 0 10101 1000101 0 101010 1100100 1000010

Color Harmonies of #FFCA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCA50

Black with #FFCA50

Text Example


Text Example

White with #FFCA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCA50; }

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

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

background-color css

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

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

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

border-color css

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

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

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