Html Css Color HEX #FED318 Turbo

📋 copy color: '#FED318'

red 254 ◦ green 211 ◦ blue 24

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

Shades of Turbo #FED318

Tints of Turbo #FED318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 4.91%

R = 51.94%
G = 43.15%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FED318 (or 0xFED318) is known color: Turbo. HEX triplet: FE, D3 and 18. RGB value is (254,211,24). Sum of RGB (Red+Green+Blue) = 254+211+24=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 211 (82.81% from 255 or 43.15% from 489); Blue value is 24 (9.77% from 255 or 4.91% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FED318 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED318 is #012CE7. Grayscale: #CBCBCB. Windows color (decimal): -77032 or 1627134. OLE color: 1627134.

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

Color convert

RGB 254 211 24 -
CMYK 0 0.17 0.91 0.00
HSL 48.78º 0.99% 0.55% -
HSV(B) 48.78º 0.91% 1% -
XYZ 64.33 67.73 10.55 -
YUV 202.54 27.25 164.71 -
System Red Green Blue C M Y K H S L
Decimal 254 211 24 0 0.17 0.91 0.00 48.78 0.99 0.55
Hex FE D3 18 0 11 5B 0 31 63 37
Octal 376 323 30 0 21 133 0 61 143 67
Binary 11111110 11010011 11000 0 10001 1011011 0 110001 1100011 110111

Color Harmonies of #FED318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED318

Black with #FED318

Text Example


Text Example

White with #FED318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED318; }

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

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

background-color css

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

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

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

border-color css

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

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

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