Html Css Color HEX #FED314 Turbo

📋 copy color: '#FED314'

red 254 ◦ green 211 ◦ blue 20

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

Shades of Turbo #FED314

Tints of Turbo #FED314

RGB

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

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

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

R = 52.37%
G = 43.51%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FED314 (or 0xFED314) is known color: Turbo. HEX triplet: FE, D3 and 14. RGB value is (254,211,20). Sum of RGB (Red+Green+Blue) = 254+211+20=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 211 (82.81% from 255 or 43.51% from 485); Blue value is 20 (8.20% from 255 or 4.12% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FED314 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED314 is #012CEB. Grayscale: #CACACA. Windows color (decimal): -77036 or 1364990. OLE color: 1364990.

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

Color convert

RGB 254 211 20 -
CMYK 0 0.17 0.92 0.00
HSL 48.97º 0.99% 0.54% -
HSV(B) 48.97º 0.92% 1% -
XYZ 64.29 67.71 10.34 -
YUV 202.08 25.25 165.03 -
System Red Green Blue C M Y K H S L
Decimal 254 211 20 0 0.17 0.92 0.00 48.97 0.99 0.54
Hex FE D3 14 0 11 5C 0 31 63 36
Octal 376 323 24 0 21 134 0 61 143 66
Binary 11111110 11010011 10100 0 10001 1011100 0 110001 1100011 110110

Color Harmonies of #FED314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED314

Black with #FED314

Text Example


Text Example

White with #FED314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED314; }

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

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

background-color css

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

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

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

border-color css

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

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

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