Html Css Color HEX #FFCA24 Turbo

📋 copy color: '#FFCA24'

red 255 ◦ green 202 ◦ blue 36

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

Shades of Turbo #FFCA24

Tints of Turbo #FFCA24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.3%

R = 51.72%
G = 40.97%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0

RGB Variations

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

Color information

#FFCA24 (or 0xFFCA24) is known color: Turbo. HEX triplet: FF, CA and 24. RGB value is (255,202,36). Sum of RGB (Red+Green+Blue) = 255+202+36=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 36 (14.45% from 255 or 7.30% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCA24 is #0035DB. Grayscale: #C7C7C7. Windows color (decimal): -13788 or 2411263. OLE color: 2411263.

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

Color convert

RGB 255 202 36 -
CMYK 0 0.21 0.86 0
HSL 45.48º 1% 0.57% -
HSV(B) 45.48º 0.86% 1% -
XYZ 62.68 63.63 10.65 -
YUV 198.92 36.06 168 -
System Red Green Blue C M Y K H S L
Decimal 255 202 36 0 0.21 0.86 0 45.48 1 0.57
Hex FF CA 24 0 15 56 0 2D 64 39
Octal 377 312 44 0 25 126 0 55 144 71
Binary 11111111 11001010 100100 0 10101 1010110 0 101101 1100100 111001

Color Harmonies of #FFCA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCA24

Black with #FFCA24

Text Example


Text Example

White with #FFCA24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCA24; }

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

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

background-color css

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

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

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

border-color css

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

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

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