Html Css Color HEX #FECA21 Turbo

📋 copy color: '#FECA21'

red 254 ◦ green 202 ◦ blue 33

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

Shades of Turbo #FECA21

Tints of Turbo #FECA21

RGB

 RED value IS 254 (99.61% from 255) = 51.94%

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

 BLUE value IS 33 (13.28% from 255) = 6.75%

R = 51.94%
G = 41.31%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FECA21 (or 0xFECA21) is known color: Turbo. HEX triplet: FE, CA and 21. RGB value is (254,202,33). Sum of RGB (Red+Green+Blue) = 254+202+33=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 33 (13.28% from 255 or 6.75% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECA21 is #0135DE. Grayscale: #C7C7C7. Windows color (decimal): -79327 or 2214654. OLE color: 2214654.

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

Color convert

RGB 254 202 33 -
CMYK 0 0.20 0.87 0.00
HSL 45.88º 0.99% 0.56% -
HSV(B) 45.88º 0.87% 1% -
XYZ 62.27 63.42 10.4 -
YUV 198.28 34.73 167.74 -
System Red Green Blue C M Y K H S L
Decimal 254 202 33 0 0.20 0.87 0.00 45.88 0.99 0.56
Hex FE CA 21 0 14 57 0 2E 63 38
Octal 376 312 41 0 24 127 0 56 143 70
Binary 11111110 11001010 100001 0 10100 1010111 0 101110 1100011 111000

Color Harmonies of #FECA21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECA21

Black with #FECA21

Text Example


Text Example

White with #FECA21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECA21; }

 p { color: rgb(254,202,33); }

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

background-color css

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

 a { background-color: rgb(254,202,33); }

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

border-color css

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

 span { border-color: rgb(254,202,33); }

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