Html Css Color HEX #FEC222 Turbo

📋 copy color: '#FEC222'

red 254 ◦ green 194 ◦ blue 34

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

Shades of Turbo #FEC222

Tints of Turbo #FEC222

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.25%

 BLUE value IS 34 (13.67% from 255) = 7.05%

R = 52.7%
G = 40.25%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FEC222 (or 0xFEC222) is known color: Turbo. HEX triplet: FE, C2 and 22. RGB value is (254,194,34). Sum of RGB (Red+Green+Blue) = 254+194+34=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 194 (76.17% from 255 or 40.25% from 482); Blue value is 34 (13.67% from 255 or 7.05% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC222 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC222 is #013DDD. Grayscale: #C2C2C2. Windows color (decimal): -81374 or 2278142. OLE color: 2278142.

HSL color Cylindrical-coordinate representation of color #FEC222: hue angle of 43.64º 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 #FEC222 is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 194 34 -
CMYK 0 0.24 0.87 0.00
HSL 43.64º 0.99% 0.56% -
HSV(B) 43.64º 0.87% 1% -
XYZ 60.45 59.77 9.86 -
YUV 193.7 37.88 171.01 -
System Red Green Blue C M Y K H S L
Decimal 254 194 34 0 0.24 0.87 0.00 43.64 0.99 0.56
Hex FE C2 22 0 18 57 0 2C 63 38
Octal 376 302 42 0 30 127 0 54 143 70
Binary 11111110 11000010 100010 0 11000 1010111 0 101100 1100011 111000

Color Harmonies of #FEC222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC222

Black with #FEC222

Text Example


Text Example

White with #FEC222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC222; }

 p { color: rgb(254,194,34); }

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

background-color css

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

 a { background-color: rgb(254,194,34); }

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

border-color css

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

 span { border-color: rgb(254,194,34); }

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