Html Css Color HEX #FECA1F Turbo

📋 copy color: '#FECA1F'

red 254 ◦ green 202 ◦ blue 31

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

Shades of Turbo #FECA1F

Tints of Turbo #FECA1F

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.48%

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

R = 52.16%
G = 41.48%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FECA1F (or 0xFECA1F) is known color: Turbo. HEX triplet: FE, CA and 1F. RGB value is (254,202,31). Sum of RGB (Red+Green+Blue) = 254+202+31=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 31 (12.5% from 255 or 6.37% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECA1F is #0135E0. Grayscale: #C6C6C6. Windows color (decimal): -79329 or 2083582. OLE color: 2083582.

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

Color convert

RGB 254 202 31 -
CMYK 0 0.20 0.88 0.00
HSL 46.01º 0.99% 0.56% -
HSV(B) 46.01º 0.88% 1% -
XYZ 62.24 63.41 10.26 -
YUV 198.05 33.73 167.9 -
System Red Green Blue C M Y K H S L
Decimal 254 202 31 0 0.20 0.88 0.00 46.01 0.99 0.56
Hex FE CA 1F 0 14 58 0 2E 63 38
Octal 376 312 37 0 24 130 0 56 143 70
Binary 11111110 11001010 11111 0 10100 1011000 0 101110 1100011 111000

Color Harmonies of #FECA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECA1F

Black with #FECA1F

Text Example


Text Example

White with #FECA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECA1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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