Html Css Color HEX #FEB15C Texas Rose

📋 copy color: '#FEB15C'

red 254 ◦ green 177 ◦ blue 92

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

Shades of Texas Rose #FEB15C

Tints of Texas Rose #FEB15C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.84%

 BLUE value IS 92 (36.33% from 255) = 17.59%

R = 48.57%
G = 33.84%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#FEB15C (or 0xFEB15C) is known color: Texas Rose. HEX triplet: FE, B1 and 5C. RGB value is (254,177,92). Sum of RGB (Red+Green+Blue) = 254+177+92=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 177 (69.53% from 255 or 33.84% from 523); Blue value is 92 (36.33% from 255 or 17.59% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB15C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB15C is #014EA3. Grayscale: #BEBEBE. Windows color (decimal): -85668 or 6074878. OLE color: 6074878.

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

Color convert

RGB 254 177 92 -
CMYK 0 0.30 0.64 0.00
HSL 31.48º 0.99% 0.68% -
HSV(B) 31.48º 0.64% 1% -
XYZ 58.53 53.29 17.33 -
YUV 190.33 72.51 173.41 -
System Red Green Blue C M Y K H S L
Decimal 254 177 92 0 0.30 0.64 0.00 31.48 0.99 0.68
Hex FE B1 5C 0 1E 40 0 1F 63 44
Octal 376 261 134 0 36 100 0 37 143 104
Binary 11111110 10110001 1011100 0 11110 1000000 0 11111 1100011 1000100

Color Harmonies of #FEB15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB15C

Black with #FEB15C

Text Example


Text Example

White with #FEB15C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB15C; }

 p { color: rgb(254,177,92); }

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

background-color css

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

 a { background-color: rgb(254,177,92); }

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

border-color css

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

 span { border-color: rgb(254,177,92); }

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