Html Css Color HEX #FEDB21 Turbo

📋 copy color: '#FEDB21'

red 254 ◦ green 219 ◦ blue 33

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

Shades of Turbo #FEDB21

Tints of Turbo #FEDB21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 6.52%

R = 50.2%
G = 43.28%
B = 6.52%

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

#FEDB21 (or 0xFEDB21) is known color: Turbo. HEX triplet: FE, DB and 21. RGB value is (254,219,33). Sum of RGB (Red+Green+Blue) = 254+219+33=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 33 (13.28% from 255 or 6.52% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDB21 is #0124DE. Grayscale: #D1D1D1. Windows color (decimal): -74975 or 2219006. OLE color: 2219006.

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

Color convert

RGB 254 219 33 -
CMYK 0 0.14 0.87 0.00
HSL 50.5º 0.99% 0.56% -
HSV(B) 50.5º 0.87% 1% -
XYZ 66.48 71.84 11.8 -
YUV 208.26 29.1 160.62 -
System Red Green Blue C M Y K H S L
Decimal 254 219 33 0 0.14 0.87 0.00 50.5 0.99 0.56
Hex FE DB 21 0 E 57 0 32 63 38
Octal 376 333 41 0 16 127 0 62 143 70
Binary 11111110 11011011 100001 0 1110 1010111 0 110010 1100011 111000

Color Harmonies of #FEDB21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB21

Black with #FEDB21

Text Example


Text Example

White with #FEDB21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB21; }

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

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

background-color css

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

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

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

border-color css

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

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

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