Html Css Color HEX #FECB25 Turbo

📋 copy color: '#FECB25'

red 254 ◦ green 203 ◦ blue 37

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

Shades of Turbo #FECB25

Tints of Turbo #FECB25

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.09%

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

R = 51.42%
G = 41.09%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FECB25 (or 0xFECB25) is known color: Turbo. HEX triplet: FE, CB and 25. RGB value is (254,203,37). Sum of RGB (Red+Green+Blue) = 254+203+37=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 203 (79.69% from 255 or 41.09% from 494); Blue value is 37 (14.84% from 255 or 7.49% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECB25 is #0134DA. Grayscale: #C8C8C8. Windows color (decimal): -79067 or 2477054. OLE color: 2477054.

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

Color convert

RGB 254 203 37 -
CMYK 0 0.20 0.85 0.00
HSL 45.9º 0.99% 0.57% -
HSV(B) 45.9º 0.85% 1% -
XYZ 62.56 63.92 10.79 -
YUV 199.33 36.4 167 -
System Red Green Blue C M Y K H S L
Decimal 254 203 37 0 0.20 0.85 0.00 45.9 0.99 0.57
Hex FE CB 25 0 14 55 0 2E 63 39
Octal 376 313 45 0 24 125 0 56 143 71
Binary 11111110 11001011 100101 0 10100 1010101 0 101110 1100011 111001

Color Harmonies of #FECB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB25

Black with #FECB25

Text Example


Text Example

White with #FECB25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB25; }

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

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

background-color css

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

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

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

border-color css

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

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

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