Html Css Color HEX #FED514 Turbo

📋 copy color: '#FED514'

red 254 ◦ green 213 ◦ blue 20

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

Shades of Turbo #FED514

Tints of Turbo #FED514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.11%

R = 52.16%
G = 43.74%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FED514 (or 0xFED514) is known color: Turbo. HEX triplet: FE, D5 and 14. RGB value is (254,213,20). Sum of RGB (Red+Green+Blue) = 254+213+20=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 213 (83.59% from 255 or 43.74% from 487); Blue value is 20 (8.20% from 255 or 4.11% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FED514 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED514 is #012AEB. Grayscale: #CCCCCC. Windows color (decimal): -76524 or 1365502. OLE color: 1365502.

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

Color convert

RGB 254 213 20 -
CMYK 0 0.16 0.92 0.00
HSL 49.49º 0.99% 0.54% -
HSV(B) 49.49º 0.92% 1% -
XYZ 64.79 68.71 10.51 -
YUV 203.26 24.58 164.19 -
System Red Green Blue C M Y K H S L
Decimal 254 213 20 0 0.16 0.92 0.00 49.49 0.99 0.54
Hex FE D5 14 0 10 5C 0 31 63 36
Octal 376 325 24 0 20 134 0 61 143 66
Binary 11111110 11010101 10100 0 10000 1011100 0 110001 1100011 110110

Color Harmonies of #FED514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED514

Black with #FED514

Text Example


Text Example

White with #FED514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED514; }

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

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

background-color css

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

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

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

border-color css

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

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

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