Html Css Color HEX #FED720 Turbo

📋 copy color: '#FED720'

red 254 ◦ green 215 ◦ blue 32

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

Shades of Turbo #FED720

Tints of Turbo #FED720

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.91%

 BLUE value IS 32 (12.89% from 255) = 6.39%

R = 50.7%
G = 42.91%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FED720 (or 0xFED720) is known color: Turbo. HEX triplet: FE, D7 and 20. RGB value is (254,215,32). Sum of RGB (Red+Green+Blue) = 254+215+32=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 215 (84.38% from 255 or 42.91% from 501); Blue value is 32 (12.89% from 255 or 6.39% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FED720 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED720 is #0128DF. Grayscale: #CECECE. Windows color (decimal): -76000 or 2152446. OLE color: 2152446.

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

Color convert

RGB 254 215 32 -
CMYK 0 0.15 0.87 0.00
HSL 49.46º 0.99% 0.56% -
HSV(B) 49.46º 0.87% 1% -
XYZ 65.43 69.78 11.39 -
YUV 205.8 29.92 162.38 -
System Red Green Blue C M Y K H S L
Decimal 254 215 32 0 0.15 0.87 0.00 49.46 0.99 0.56
Hex FE D7 20 0 F 57 0 31 63 38
Octal 376 327 40 0 17 127 0 61 143 70
Binary 11111110 11010111 100000 0 1111 1010111 0 110001 1100011 111000

Color Harmonies of #FED720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED720

Black with #FED720

Text Example


Text Example

White with #FED720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED720; }

 p { color: rgb(254,215,32); }

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

background-color css

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

 a { background-color: rgb(254,215,32); }

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

border-color css

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

 span { border-color: rgb(254,215,32); }

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