Html Css Color HEX #FEC31F Turbo

📋 copy color: '#FEC31F'

red 254 ◦ green 195 ◦ blue 31

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

Shades of Turbo #FEC31F

Tints of Turbo #FEC31F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.63%

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

R = 52.92%
G = 40.63%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FEC31F (or 0xFEC31F) is known color: Turbo. HEX triplet: FE, C3 and 1F. RGB value is (254,195,31). Sum of RGB (Red+Green+Blue) = 254+195+31=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 195 (76.56% from 255 or 40.62% from 480); Blue value is 31 (12.5% from 255 or 6.46% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC31F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC31F is #013CE0. Grayscale: #C2C2C2. Windows color (decimal): -81121 or 2081790. OLE color: 2081790.

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

Color convert

RGB 254 195 31 -
CMYK 0 0.23 0.88 0.00
HSL 44.13º 0.99% 0.56% -
HSV(B) 44.13º 0.88% 1% -
XYZ 60.64 60.2 9.72 -
YUV 193.95 36.05 170.84 -
System Red Green Blue C M Y K H S L
Decimal 254 195 31 0 0.23 0.88 0.00 44.13 0.99 0.56
Hex FE C3 1F 0 17 58 0 2C 63 38
Octal 376 303 37 0 27 130 0 54 143 70
Binary 11111110 11000011 11111 0 10111 1011000 0 101100 1100011 111000

Color Harmonies of #FEC31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC31F

Black with #FEC31F

Text Example


Text Example

White with #FEC31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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