Html Css Color HEX #FFCA14 Turbo

📋 copy color: '#FFCA14'

red 255 ◦ green 202 ◦ blue 20

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

Shades of Turbo #FFCA14

Tints of Turbo #FFCA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.19%

R = 53.46%
G = 42.35%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FFCA14 (or 0xFFCA14) is known color: Turbo. HEX triplet: FF, CA and 14. RGB value is (255,202,20). Sum of RGB (Red+Green+Blue) = 255+202+20=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 20 (8.20% from 255 or 4.19% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCA14 is #0035EB. Grayscale: #C5C5C5. Windows color (decimal): -13804 or 1362687. OLE color: 1362687.

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

Color convert

RGB 255 202 20 -
CMYK 0 0.21 0.92 0
HSL 46.47º 1% 0.54% -
HSV(B) 46.47º 0.92% 1% -
XYZ 62.49 63.55 9.64 -
YUV 197.1 28.06 169.3 -
System Red Green Blue C M Y K H S L
Decimal 255 202 20 0 0.21 0.92 0 46.47 1 0.54
Hex FF CA 14 0 15 5C 0 2E 64 36
Octal 377 312 24 0 25 134 0 56 144 66
Binary 11111111 11001010 10100 0 10101 1011100 0 101110 1100100 110110

Color Harmonies of #FFCA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCA14

Black with #FFCA14

Text Example


Text Example

White with #FFCA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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