Html Css Color HEX #FED522 Turbo

📋 copy color: '#FED522'

red 254 ◦ green 213 ◦ blue 34

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

Shades of Turbo #FED522

Tints of Turbo #FED522

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.51%

 BLUE value IS 34 (13.67% from 255) = 6.79%

R = 50.7%
G = 42.51%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FED522 (or 0xFED522) is known color: Turbo. HEX triplet: FE, D5 and 22. RGB value is (254,213,34). Sum of RGB (Red+Green+Blue) = 254+213+34=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 213 (83.59% from 255 or 42.51% from 501); Blue value is 34 (13.67% from 255 or 6.79% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FED522 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED522 is #012ADD. Grayscale: #CDCDCD. Windows color (decimal): -76510 or 2283006. OLE color: 2283006.

HSL color Cylindrical-coordinate representation of color #FED522: hue angle of 48.82º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FED522 is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 213 34 -
CMYK 0 0.16 0.87 0.00
HSL 48.82º 0.99% 0.56% -
HSV(B) 48.82º 0.87% 1% -
XYZ 64.96 68.77 11.36 -
YUV 204.85 31.58 163.05 -
System Red Green Blue C M Y K H S L
Decimal 254 213 34 0 0.16 0.87 0.00 48.82 0.99 0.56
Hex FE D5 22 0 10 57 0 31 63 38
Octal 376 325 42 0 20 127 0 61 143 70
Binary 11111110 11010101 100010 0 10000 1010111 0 110001 1100011 111000

Color Harmonies of #FED522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED522

Black with #FED522

Text Example


Text Example

White with #FED522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED522; }

 p { color: rgb(254,213,34); }

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

background-color css

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

 a { background-color: rgb(254,213,34); }

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

border-color css

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

 span { border-color: rgb(254,213,34); }

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