Html Css Color HEX #FEDC1F Turbo

📋 copy color: '#FEDC1F'

red 254 ◦ green 220 ◦ blue 31

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

Shades of Turbo #FEDC1F

Tints of Turbo #FEDC1F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.56%

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

R = 50.3%
G = 43.56%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FEDC1F (or 0xFEDC1F) is known color: Turbo. HEX triplet: FE, DC and 1F. RGB value is (254,220,31). Sum of RGB (Red+Green+Blue) = 254+220+31=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 31 (12.5% from 255 or 6.14% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDC1F is #0123E0. Grayscale: #D1D1D1. Windows color (decimal): -74721 or 2088190. OLE color: 2088190.

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

Color convert

RGB 254 220 31 -
CMYK 0 0.13 0.88 0.00
HSL 50.85º 0.99% 0.56% -
HSV(B) 50.85º 0.88% 1% -
XYZ 66.71 72.36 11.75 -
YUV 208.62 27.76 160.37 -
System Red Green Blue C M Y K H S L
Decimal 254 220 31 0 0.13 0.88 0.00 50.85 0.99 0.56
Hex FE DC 1F 0 D 58 0 33 63 38
Octal 376 334 37 0 15 130 0 63 143 70
Binary 11111110 11011100 11111 0 1101 1011000 0 110011 1100011 111000

Color Harmonies of #FEDC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC1F

Black with #FEDC1F

Text Example


Text Example

White with #FEDC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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