Html Css Color HEX #FEDB22 Turbo

📋 copy color: '#FEDB22'

red 254 ◦ green 219 ◦ blue 34

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

Shades of Turbo #FEDB22

Tints of Turbo #FEDB22

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.2%

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

R = 50.1%
G = 43.2%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FEDB22 (or 0xFEDB22) is known color: Turbo. HEX triplet: FE, DB and 22. RGB value is (254,219,34). Sum of RGB (Red+Green+Blue) = 254+219+34=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 34 (13.67% from 255 or 6.71% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDB22 is #0124DD. Grayscale: #D1D1D1. Windows color (decimal): -74974 or 2284542. OLE color: 2284542.

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

Color convert

RGB 254 219 34 -
CMYK 0 0.14 0.87 0.00
HSL 50.45º 0.99% 0.56% -
HSV(B) 50.45º 0.87% 1% -
XYZ 66.49 71.85 11.88 -
YUV 208.38 29.6 160.54 -
System Red Green Blue C M Y K H S L
Decimal 254 219 34 0 0.14 0.87 0.00 50.45 0.99 0.56
Hex FE DB 22 0 E 57 0 32 63 38
Octal 376 333 42 0 16 127 0 62 143 70
Binary 11111110 11011011 100010 0 1110 1010111 0 110010 1100011 111000

Color Harmonies of #FEDB22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB22

Black with #FEDB22

Text Example


Text Example

White with #FEDB22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB22; }

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

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

background-color css

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

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

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

border-color css

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

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

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