Html Css Color HEX #FEDE21 Turbo

📋 copy color: '#FEDE21'

red 254 ◦ green 222 ◦ blue 33

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

Shades of Turbo #FEDE21

Tints of Turbo #FEDE21

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.61%

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

R = 49.9%
G = 43.61%
B = 6.48%

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

#FEDE21 (or 0xFEDE21) is known color: Turbo. HEX triplet: FE, DE and 21. RGB value is (254,222,33). Sum of RGB (Red+Green+Blue) = 254+222+33=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 222 (87.11% from 255 or 43.61% from 509); Blue value is 33 (13.28% from 255 or 6.48% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDE21 is #0121DE. Grayscale: #D2D2D2. Windows color (decimal): -74207 or 2219774. OLE color: 2219774.

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

Color convert

RGB 254 222 33 -
CMYK 0 0.13 0.87 0.00
HSL 51.31º 0.99% 0.56% -
HSV(B) 51.31º 0.87% 1% -
XYZ 67.27 73.42 12.07 -
YUV 210.02 28.1 159.37 -
System Red Green Blue C M Y K H S L
Decimal 254 222 33 0 0.13 0.87 0.00 51.31 0.99 0.56
Hex FE DE 21 0 D 57 0 33 63 38
Octal 376 336 41 0 15 127 0 63 143 70
Binary 11111110 11011110 100001 0 1101 1010111 0 110011 1100011 111000

Color Harmonies of #FEDE21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDE21

Black with #FEDE21

Text Example


Text Example

White with #FEDE21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDE21; }

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

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

background-color css

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

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

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

border-color css

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

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

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