Html Css Color HEX #FEDD22 Turbo

📋 copy color: '#FEDD22'

red 254 ◦ green 221 ◦ blue 34

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

Shades of Turbo #FEDD22

Tints of Turbo #FEDD22

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.42%

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

R = 49.9%
G = 43.42%
B = 6.68%

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

#FEDD22 (or 0xFEDD22) is known color: Turbo. HEX triplet: FE, DD and 22. RGB value is (254,221,34). Sum of RGB (Red+Green+Blue) = 254+221+34=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 34 (13.67% from 255 or 6.68% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDD22 is #0122DD. Grayscale: #D2D2D2. Windows color (decimal): -74462 or 2285054. OLE color: 2285054.

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

Color convert

RGB 254 221 34 -
CMYK 0 0.13 0.87 0.00
HSL 51º 0.99% 0.56% -
HSV(B) 51º 0.87% 1% -
XYZ 67.02 72.9 12.05 -
YUV 209.55 28.93 159.71 -
System Red Green Blue C M Y K H S L
Decimal 254 221 34 0 0.13 0.87 0.00 51 0.99 0.56
Hex FE DD 22 0 D 57 0 33 63 38
Octal 376 335 42 0 15 127 0 63 143 70
Binary 11111110 11011101 100010 0 1101 1010111 0 110011 1100011 111000

Color Harmonies of #FEDD22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD22

Black with #FEDD22

Text Example


Text Example

White with #FEDD22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD22; }

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

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

background-color css

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

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

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

border-color css

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

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

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