Html Css Color HEX #FED024 Turbo

📋 copy color: '#FED024'

red 254 ◦ green 208 ◦ blue 36

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

Shades of Turbo #FED024

Tints of Turbo #FED024

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.77%

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

R = 51%
G = 41.77%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.00

RGB Variations

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

Color information

#FED024 (or 0xFED024) is known color: Turbo. HEX triplet: FE, D0 and 24. RGB value is (254,208,36). Sum of RGB (Red+Green+Blue) = 254+208+36=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 208 (81.64% from 255 or 41.77% from 498); Blue value is 36 (14.45% from 255 or 7.23% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FED024 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED024 is #012FDB. Grayscale: #CACACA. Windows color (decimal): -77788 or 2412798. OLE color: 2412798.

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

Color convert

RGB 254 208 36 -
CMYK 0 0.18 0.86 0.00
HSL 47.34º 0.99% 0.57% -
HSV(B) 47.34º 0.86% 1% -
XYZ 63.75 66.31 11.11 -
YUV 202.15 34.24 164.99 -
System Red Green Blue C M Y K H S L
Decimal 254 208 36 0 0.18 0.86 0.00 47.34 0.99 0.57
Hex FE D0 24 0 12 56 0 2F 63 39
Octal 376 320 44 0 22 126 0 57 143 71
Binary 11111110 11010000 100100 0 10010 1010110 0 101111 1100011 111001

Color Harmonies of #FED024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED024

Black with #FED024

Text Example


Text Example

White with #FED024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED024; }

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

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

background-color css

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

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

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

border-color css

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

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

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