Html Css Color HEX #FED223 Turbo

📋 copy color: '#FED223'

red 254 ◦ green 210 ◦ blue 35

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

Shades of Turbo #FED223

Tints of Turbo #FED223

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.08%

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

R = 50.9%
G = 42.08%
B = 7.01%

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

#FED223 (or 0xFED223) is known color: Turbo. HEX triplet: FE, D2 and 23. RGB value is (254,210,35). Sum of RGB (Red+Green+Blue) = 254+210+35=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 35 (14.06% from 255 or 7.01% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FED223 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED223 is #012DDC. Grayscale: #CBCBCB. Windows color (decimal): -77277 or 2347774. OLE color: 2347774.

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

Color convert

RGB 254 210 35 -
CMYK 0 0.17 0.86 0.00
HSL 47.95º 0.99% 0.57% -
HSV(B) 47.95º 0.86% 1% -
XYZ 64.22 67.29 11.19 -
YUV 203.21 33.08 164.23 -
System Red Green Blue C M Y K H S L
Decimal 254 210 35 0 0.17 0.86 0.00 47.95 0.99 0.57
Hex FE D2 23 0 11 56 0 30 63 39
Octal 376 322 43 0 21 126 0 60 143 71
Binary 11111110 11010010 100011 0 10001 1010110 0 110000 1100011 111001

Color Harmonies of #FED223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED223

Black with #FED223

Text Example


Text Example

White with #FED223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED223; }

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

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

background-color css

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

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

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

border-color css

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

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

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