Html Css Color HEX #FEDB24 Turbo

📋 copy color: '#FEDB24'

red 254 ◦ green 219 ◦ blue 36

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

Shades of Turbo #FEDB24

Tints of Turbo #FEDB24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.07%

R = 49.9%
G = 43.03%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.00

RGB Variations

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

Color information

#FEDB24 (or 0xFEDB24) is known color: Turbo. HEX triplet: FE, DB and 24. RGB value is (254,219,36). Sum of RGB (Red+Green+Blue) = 254+219+36=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 36 (14.45% from 255 or 7.07% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDB24 is #0124DB. Grayscale: #D1D1D1. Windows color (decimal): -74972 or 2415614. OLE color: 2415614.

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

Color convert

RGB 254 219 36 -
CMYK 0 0.14 0.86 0.00
HSL 50.37º 0.99% 0.57% -
HSV(B) 50.37º 0.86% 1% -
XYZ 66.52 71.86 12.03 -
YUV 208.6 30.6 160.38 -
System Red Green Blue C M Y K H S L
Decimal 254 219 36 0 0.14 0.86 0.00 50.37 0.99 0.57
Hex FE DB 24 0 E 56 0 32 63 39
Octal 376 333 44 0 16 126 0 62 143 71
Binary 11111110 11011011 100100 0 1110 1010110 0 110010 1100011 111001

Color Harmonies of #FEDB24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB24

Black with #FEDB24

Text Example


Text Example

White with #FEDB24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB24; }

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

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

background-color css

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

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

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

border-color css

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

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

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