Html Css Color HEX #FED324 Turbo

📋 copy color: '#FED324'

red 254 ◦ green 211 ◦ blue 36

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

Shades of Turbo #FED324

Tints of Turbo #FED324

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.12%

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

R = 50.7%
G = 42.12%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.00

RGB Variations

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

Color information

#FED324 (or 0xFED324) is known color: Turbo. HEX triplet: FE, D3 and 24. RGB value is (254,211,36). Sum of RGB (Red+Green+Blue) = 254+211+36=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 211 (82.81% from 255 or 42.12% from 501); Blue value is 36 (14.45% from 255 or 7.19% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FED324 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED324 is #012CDB. Grayscale: #CCCCCC. Windows color (decimal): -77020 or 2413566. OLE color: 2413566.

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

Color convert

RGB 254 211 36 -
CMYK 0 0.17 0.86 0.00
HSL 48.17º 0.99% 0.57% -
HSV(B) 48.17º 0.86% 1% -
XYZ 64.49 67.79 11.35 -
YUV 203.91 33.25 163.73 -
System Red Green Blue C M Y K H S L
Decimal 254 211 36 0 0.17 0.86 0.00 48.17 0.99 0.57
Hex FE D3 24 0 11 56 0 30 63 39
Octal 376 323 44 0 21 126 0 60 143 71
Binary 11111110 11010011 100100 0 10001 1010110 0 110000 1100011 111001

Color Harmonies of #FED324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED324

Black with #FED324

Text Example


Text Example

White with #FED324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED324; }

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

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

background-color css

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

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

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

border-color css

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

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

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