Html Css Color HEX #FED31E Turbo

📋 copy color: '#FED31E'

red 254 ◦ green 211 ◦ blue 30

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

Shades of Turbo #FED31E

Tints of Turbo #FED31E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.06%

R = 51.31%
G = 42.63%
B = 6.06%

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

#FED31E (or 0xFED31E) is known color: Turbo. HEX triplet: FE, D3 and 1E. RGB value is (254,211,30). Sum of RGB (Red+Green+Blue) = 254+211+30=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 211 (82.81% from 255 or 42.63% from 495); Blue value is 30 (12.11% from 255 or 6.06% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FED31E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED31E is #012CE1. Grayscale: #CBCBCB. Windows color (decimal): -77026 or 2020350. OLE color: 2020350.

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

Color convert

RGB 254 211 30 -
CMYK 0 0.17 0.88 0.00
HSL 48.48º 0.99% 0.56% -
HSV(B) 48.48º 0.88% 1% -
XYZ 64.4 67.75 10.91 -
YUV 203.22 30.25 164.22 -
System Red Green Blue C M Y K H S L
Decimal 254 211 30 0 0.17 0.88 0.00 48.48 0.99 0.56
Hex FE D3 1E 0 11 58 0 30 63 38
Octal 376 323 36 0 21 130 0 60 143 70
Binary 11111110 11010011 11110 0 10001 1011000 0 110000 1100011 111000

Color Harmonies of #FED31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED31E

Black with #FED31E

Text Example


Text Example

White with #FED31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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