Html Css Color HEX #FED01F Turbo

📋 copy color: '#FED01F'

red 254 ◦ green 208 ◦ blue 31

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

Shades of Turbo #FED01F

Tints of Turbo #FED01F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.19%

 BLUE value IS 31 (12.5% from 255) = 6.29%

R = 51.52%
G = 42.19%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FED01F (or 0xFED01F) is known color: Turbo. HEX triplet: FE, D0 and 1F. RGB value is (254,208,31). Sum of RGB (Red+Green+Blue) = 254+208+31=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 208 (81.64% from 255 or 42.19% from 493); Blue value is 31 (12.5% from 255 or 6.29% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FED01F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED01F is #012FE0. Grayscale: #CACACA. Windows color (decimal): -77793 or 2085118. OLE color: 2085118.

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

Color convert

RGB 254 208 31 -
CMYK 0 0.18 0.88 0.00
HSL 47.62º 0.99% 0.56% -
HSV(B) 47.62º 0.88% 1% -
XYZ 63.68 66.28 10.73 -
YUV 201.58 31.74 165.39 -
System Red Green Blue C M Y K H S L
Decimal 254 208 31 0 0.18 0.88 0.00 47.62 0.99 0.56
Hex FE D0 1F 0 12 58 0 30 63 38
Octal 376 320 37 0 22 130 0 60 143 70
Binary 11111110 11010000 11111 0 10010 1011000 0 110000 1100011 111000

Color Harmonies of #FED01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED01F

Black with #FED01F

Text Example


Text Example

White with #FED01F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED01F; }

 p { color: rgb(254,208,31); }

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

background-color css

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

 a { background-color: rgb(254,208,31); }

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

border-color css

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

 span { border-color: rgb(254,208,31); }

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