Html Css Color HEX #FED41E Turbo

📋 copy color: '#FED41E'

red 254 ◦ green 212 ◦ blue 30

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

Shades of Turbo #FED41E

Tints of Turbo #FED41E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.74%

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

R = 51.21%
G = 42.74%
B = 6.05%

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

#FED41E (or 0xFED41E) is known color: Turbo. HEX triplet: FE, D4 and 1E. RGB value is (254,212,30). Sum of RGB (Red+Green+Blue) = 254+212+30=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 212 (83.20% from 255 or 42.74% from 496); Blue value is 30 (12.11% from 255 or 6.05% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FED41E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED41E is #012BE1. Grayscale: #CCCCCC. Windows color (decimal): -76770 or 2020606. OLE color: 2020606.

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

Color convert

RGB 254 212 30 -
CMYK 0 0.17 0.88 0.00
HSL 48.75º 0.99% 0.56% -
HSV(B) 48.75º 0.88% 1% -
XYZ 64.65 68.25 10.99 -
YUV 203.81 29.91 163.8 -
System Red Green Blue C M Y K H S L
Decimal 254 212 30 0 0.17 0.88 0.00 48.75 0.99 0.56
Hex FE D4 1E 0 11 58 0 31 63 38
Octal 376 324 36 0 21 130 0 61 143 70
Binary 11111110 11010100 11110 0 10001 1011000 0 110001 1100011 111000

Color Harmonies of #FED41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED41E

Black with #FED41E

Text Example


Text Example

White with #FED41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED41E; }

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

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

background-color css

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

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

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

border-color css

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

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

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