Html Css Color HEX #FED31D Turbo

📋 copy color: '#FED31D'

red 254 ◦ green 211 ◦ blue 29

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

Shades of Turbo #FED31D

Tints of Turbo #FED31D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 5.87%

R = 51.42%
G = 42.71%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FED31D (or 0xFED31D) is known color: Turbo. HEX triplet: FE, D3 and 1D. RGB value is (254,211,29). Sum of RGB (Red+Green+Blue) = 254+211+29=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 211 (82.81% from 255 or 42.71% from 494); Blue value is 29 (11.72% from 255 or 5.87% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FED31D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED31D is #012CE2. Grayscale: #CBCBCB. Windows color (decimal): -77027 or 1954814. OLE color: 1954814.

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

Color convert

RGB 254 211 29 -
CMYK 0 0.17 0.89 0.00
HSL 48.53º 0.99% 0.55% -
HSV(B) 48.53º 0.89% 1% -
XYZ 64.39 67.75 10.85 -
YUV 203.11 29.75 164.3 -
System Red Green Blue C M Y K H S L
Decimal 254 211 29 0 0.17 0.89 0.00 48.53 0.99 0.55
Hex FE D3 1D 0 11 59 0 31 63 37
Octal 376 323 35 0 21 131 0 61 143 67
Binary 11111110 11010011 11101 0 10001 1011001 0 110001 1100011 110111

Color Harmonies of #FED31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED31D

Black with #FED31D

Text Example


Text Example

White with #FED31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED31D; }

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

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

background-color css

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

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

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

border-color css

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

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

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