Html Css Color HEX #FFCA20 Turbo

📋 copy color: '#FFCA20'

red 255 ◦ green 202 ◦ blue 32

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

Shades of Turbo #FFCA20

Tints of Turbo #FFCA20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.54%

R = 52.15%
G = 41.31%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FFCA20 (or 0xFFCA20) is known color: Turbo. HEX triplet: FF, CA and 20. RGB value is (255,202,32). Sum of RGB (Red+Green+Blue) = 255+202+32=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 32 (12.89% from 255 or 6.54% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCA20 is #0035DF. Grayscale: #C7C7C7. Windows color (decimal): -13792 or 2149119. OLE color: 2149119.

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

Color convert

RGB 255 202 32 -
CMYK 0 0.21 0.87 0
HSL 45.74º 1% 0.56% -
HSV(B) 45.74º 0.87% 1% -
XYZ 62.62 63.61 10.34 -
YUV 198.47 34.06 168.32 -
System Red Green Blue C M Y K H S L
Decimal 255 202 32 0 0.21 0.87 0 45.74 1 0.56
Hex FF CA 20 0 15 57 0 2E 64 38
Octal 377 312 40 0 25 127 0 56 144 70
Binary 11111111 11001010 100000 0 10101 1010111 0 101110 1100100 111000

Color Harmonies of #FFCA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCA20

Black with #FFCA20

Text Example


Text Example

White with #FFCA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCA20; }

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

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

background-color css

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

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

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

border-color css

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

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

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