Html Css Color HEX #FEC725 Turbo

📋 copy color: '#FEC725'

red 254 ◦ green 199 ◦ blue 37

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

Shades of Turbo #FEC725

Tints of Turbo #FEC725

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.61%

 BLUE value IS 37 (14.84% from 255) = 7.55%

R = 51.84%
G = 40.61%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FEC725 (or 0xFEC725) is known color: Turbo. HEX triplet: FE, C7 and 25. RGB value is (254,199,37). Sum of RGB (Red+Green+Blue) = 254+199+37=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 199 (78.12% from 255 or 40.61% from 490); Blue value is 37 (14.84% from 255 or 7.55% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC725 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC725 is #0138DA. Grayscale: #C5C5C5. Windows color (decimal): -80091 or 2476030. OLE color: 2476030.

HSL color Cylindrical-coordinate representation of color #FEC725: hue angle of 44.79º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FEC725 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 199 37 -
CMYK 0 0.22 0.85 0.00
HSL 44.79º 0.99% 0.57% -
HSV(B) 44.79º 0.85% 1% -
XYZ 61.63 62.05 10.48 -
YUV 196.98 37.72 168.67 -
System Red Green Blue C M Y K H S L
Decimal 254 199 37 0 0.22 0.85 0.00 44.79 0.99 0.57
Hex FE C7 25 0 16 55 0 2D 63 39
Octal 376 307 45 0 26 125 0 55 143 71
Binary 11111110 11000111 100101 0 10110 1010101 0 101101 1100011 111001

Color Harmonies of #FEC725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC725

Black with #FEC725

Text Example


Text Example

White with #FEC725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC725; }

 p { color: rgb(254,199,37); }

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

background-color css

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

 a { background-color: rgb(254,199,37); }

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

border-color css

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

 span { border-color: rgb(254,199,37); }

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