Html Css Color HEX #FED824 Turbo

📋 copy color: '#FED824'

red 254 ◦ green 216 ◦ blue 36

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

Shades of Turbo #FED824

Tints of Turbo #FED824

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.69%

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

R = 50.2%
G = 42.69%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.00

RGB Variations

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

Color information

#FED824 (or 0xFED824) is known color: Turbo. HEX triplet: FE, D8 and 24. RGB value is (254,216,36). Sum of RGB (Red+Green+Blue) = 254+216+36=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 216 (84.77% from 255 or 42.69% from 506); Blue value is 36 (14.45% from 255 or 7.11% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FED824 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED824 is #0127DB. Grayscale: #CFCFCF. Windows color (decimal): -75740 or 2414846. OLE color: 2414846.

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

Color convert

RGB 254 216 36 -
CMYK 0 0.15 0.86 0.00
HSL 49.54º 0.99% 0.57% -
HSV(B) 49.54º 0.86% 1% -
XYZ 65.75 70.31 11.77 -
YUV 206.84 31.59 161.64 -
System Red Green Blue C M Y K H S L
Decimal 254 216 36 0 0.15 0.86 0.00 49.54 0.99 0.57
Hex FE D8 24 0 F 56 0 32 63 39
Octal 376 330 44 0 17 126 0 62 143 71
Binary 11111110 11011000 100100 0 1111 1010110 0 110010 1100011 111001

Color Harmonies of #FED824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED824

Black with #FED824

Text Example


Text Example

White with #FED824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED824; }

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

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

background-color css

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

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

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

border-color css

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

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

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