Html Css Color HEX #FED31F Turbo

📋 copy color: '#FED31F'

red 254 ◦ green 211 ◦ blue 31

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

Shades of Turbo #FED31F

Tints of Turbo #FED31F

RGB

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

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

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

R = 51.21%
G = 42.54%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FED31F (or 0xFED31F) is known color: Turbo. HEX triplet: FE, D3 and 1F. RGB value is (254,211,31). Sum of RGB (Red+Green+Blue) = 254+211+31=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 211 (82.81% from 255 or 42.54% from 496); Blue value is 31 (12.5% from 255 or 6.25% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FED31F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED31F is #012CE0. Grayscale: #CCCCCC. Windows color (decimal): -77025 or 2085886. OLE color: 2085886.

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

Color convert

RGB 254 211 31 -
CMYK 0 0.17 0.88 0.00
HSL 48.43º 0.99% 0.56% -
HSV(B) 48.43º 0.88% 1% -
XYZ 64.41 67.76 10.98 -
YUV 203.34 30.75 164.14 -
System Red Green Blue C M Y K H S L
Decimal 254 211 31 0 0.17 0.88 0.00 48.43 0.99 0.56
Hex FE D3 1F 0 11 58 0 30 63 38
Octal 376 323 37 0 21 130 0 60 143 70
Binary 11111110 11010011 11111 0 10001 1011000 0 110000 1100011 111000

Color Harmonies of #FED31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED31F

Black with #FED31F

Text Example


Text Example

White with #FED31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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