Html Css Color HEX #FEDC22 Turbo

📋 copy color: '#FEDC22'

red 254 ◦ green 220 ◦ blue 34

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

Shades of Turbo #FEDC22

Tints of Turbo #FEDC22

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.31%

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

R = 50%
G = 43.31%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FEDC22 (or 0xFEDC22) is known color: Turbo. HEX triplet: FE, DC and 22. RGB value is (254,220,34). Sum of RGB (Red+Green+Blue) = 254+220+34=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 34 (13.67% from 255 or 6.69% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDC22 is #0123DD. Grayscale: #D1D1D1. Windows color (decimal): -74718 or 2284798. OLE color: 2284798.

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

Color convert

RGB 254 220 34 -
CMYK 0 0.13 0.87 0.00
HSL 50.73º 0.99% 0.56% -
HSV(B) 50.73º 0.87% 1% -
XYZ 66.75 72.37 11.96 -
YUV 208.96 29.26 160.12 -
System Red Green Blue C M Y K H S L
Decimal 254 220 34 0 0.13 0.87 0.00 50.73 0.99 0.56
Hex FE DC 22 0 D 57 0 33 63 38
Octal 376 334 42 0 15 127 0 63 143 70
Binary 11111110 11011100 100010 0 1101 1010111 0 110011 1100011 111000

Color Harmonies of #FEDC22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC22

Black with #FEDC22

Text Example


Text Example

White with #FEDC22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC22; }

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

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

background-color css

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

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

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

border-color css

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

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

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