Html Css Color HEX #FED323 Turbo

📋 copy color: '#FED323'

red 254 ◦ green 211 ◦ blue 35

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

Shades of Turbo #FED323

Tints of Turbo #FED323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7%

R = 50.8%
G = 42.2%
B = 7%

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

#FED323 (or 0xFED323) is known color: Turbo. HEX triplet: FE, D3 and 23. RGB value is (254,211,35). Sum of RGB (Red+Green+Blue) = 254+211+35=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 211 (82.81% from 255 or 42.2% from 500); Blue value is 35 (14.06% from 255 or 7% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FED323 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED323 is #012CDC. Grayscale: #CCCCCC. Windows color (decimal): -77021 or 2348030. OLE color: 2348030.

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

Color convert

RGB 254 211 35 -
CMYK 0 0.17 0.86 0.00
HSL 48.22º 0.99% 0.57% -
HSV(B) 48.22º 0.86% 1% -
XYZ 64.47 67.78 11.28 -
YUV 203.79 32.75 163.81 -
System Red Green Blue C M Y K H S L
Decimal 254 211 35 0 0.17 0.86 0.00 48.22 0.99 0.57
Hex FE D3 23 0 11 56 0 30 63 39
Octal 376 323 43 0 21 126 0 60 143 71
Binary 11111110 11010011 100011 0 10001 1010110 0 110000 1100011 111001

Color Harmonies of #FED323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED323

Black with #FED323

Text Example


Text Example

White with #FED323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED323; }

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

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

background-color css

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

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

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

border-color css

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

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

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