Html Css Color HEX #FFCA1C Turbo

📋 copy color: '#FFCA1C'

red 255 ◦ green 202 ◦ blue 28

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

Shades of Turbo #FFCA1C

Tints of Turbo #FFCA1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.77%

R = 52.58%
G = 41.65%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FFCA1C (or 0xFFCA1C) is known color: Turbo. HEX triplet: FF, CA and 1C. RGB value is (255,202,28). Sum of RGB (Red+Green+Blue) = 255+202+28=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 28 (11.33% from 255 or 5.77% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCA1C is #0035E3. Grayscale: #C6C6C6. Windows color (decimal): -13796 or 1886975. OLE color: 1886975.

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

Color convert

RGB 255 202 28 -
CMYK 0 0.21 0.89 0
HSL 45.99º 1% 0.55% -
HSV(B) 45.99º 0.89% 1% -
XYZ 62.57 63.58 10.07 -
YUV 198.01 32.06 168.65 -
System Red Green Blue C M Y K H S L
Decimal 255 202 28 0 0.21 0.89 0 45.99 1 0.55
Hex FF CA 1C 0 15 59 0 2E 64 37
Octal 377 312 34 0 25 131 0 56 144 67
Binary 11111111 11001010 11100 0 10101 1011001 0 101110 1100100 110111

Color Harmonies of #FFCA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCA1C

Black with #FFCA1C

Text Example


Text Example

White with #FFCA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCA1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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