Html Css Color HEX #FEC61F Turbo

📋 copy color: '#FEC61F'

red 254 ◦ green 198 ◦ blue 31

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

Shades of Turbo #FEC61F

Tints of Turbo #FEC61F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.99%

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

R = 52.59%
G = 40.99%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FEC61F (or 0xFEC61F) is known color: Turbo. HEX triplet: FE, C6 and 1F. RGB value is (254,198,31). Sum of RGB (Red+Green+Blue) = 254+198+31=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 198 (77.73% from 255 or 40.99% from 483); Blue value is 31 (12.5% from 255 or 6.42% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC61F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC61F is #0139E0. Grayscale: #C4C4C4. Windows color (decimal): -80353 or 2082558. OLE color: 2082558.

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

Color convert

RGB 254 198 31 -
CMYK 0 0.22 0.88 0.00
HSL 44.93º 0.99% 0.56% -
HSV(B) 44.93º 0.88% 1% -
XYZ 61.31 61.56 9.95 -
YUV 195.71 35.05 169.58 -
System Red Green Blue C M Y K H S L
Decimal 254 198 31 0 0.22 0.88 0.00 44.93 0.99 0.56
Hex FE C6 1F 0 16 58 0 2D 63 38
Octal 376 306 37 0 26 130 0 55 143 70
Binary 11111110 11000110 11111 0 10110 1011000 0 101101 1100011 111000

Color Harmonies of #FEC61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC61F

Black with #FEC61F

Text Example


Text Example

White with #FEC61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC61F; }

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

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

background-color css

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

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

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

border-color css

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

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

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