Html Css Color HEX #FEB358 Texas Rose

📋 copy color: '#FEB358'

red 254 ◦ green 179 ◦ blue 88

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

Shades of Texas Rose #FEB358

Tints of Texas Rose #FEB358

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.36%

 BLUE value IS 88 (34.77% from 255) = 16.89%

R = 48.75%
G = 34.36%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FEB358 (or 0xFEB358) is known color: Texas Rose. HEX triplet: FE, B3 and 58. RGB value is (254,179,88). Sum of RGB (Red+Green+Blue) = 254+179+88=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 88 (34.77% from 255 or 16.89% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB358 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB358 is #014CA7. Grayscale: #BFBFBF. Windows color (decimal): -85160 or 5813246. OLE color: 5813246.

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

Color convert

RGB 254 179 88 -
CMYK 0 0.30 0.65 0.00
HSL 32.89º 0.99% 0.67% -
HSV(B) 32.89º 0.65% 1% -
XYZ 58.75 54.02 16.56 -
YUV 191.05 69.85 172.9 -
System Red Green Blue C M Y K H S L
Decimal 254 179 88 0 0.30 0.65 0.00 32.89 0.99 0.67
Hex FE B3 58 0 1E 41 0 21 63 43
Octal 376 263 130 0 36 101 0 41 143 103
Binary 11111110 10110011 1011000 0 11110 1000001 0 100001 1100011 1000011

Color Harmonies of #FEB358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB358

Black with #FEB358

Text Example


Text Example

White with #FEB358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB358; }

 p { color: rgb(254,179,88); }

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

background-color css

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

 a { background-color: rgb(254,179,88); }

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

border-color css

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

 span { border-color: rgb(254,179,88); }

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