Html Css Color HEX #FEB255 Texas Rose

📋 copy color: '#FEB255'

red 254 ◦ green 178 ◦ blue 85

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

Shades of Texas Rose #FEB255

Tints of Texas Rose #FEB255

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.43%

 BLUE value IS 85 (33.59% from 255) = 16.44%

R = 49.13%
G = 34.43%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FEB255 (or 0xFEB255) is known color: Texas Rose. HEX triplet: FE, B2 and 55. RGB value is (254,178,85). Sum of RGB (Red+Green+Blue) = 254+178+85=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 85 (33.59% from 255 or 16.44% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB255 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB255 is #014DAA. Grayscale: #BEBEBE. Windows color (decimal): -85419 or 5616382. OLE color: 5616382.

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

Color convert

RGB 254 178 85 -
CMYK 0 0.30 0.67 0.00
HSL 33.02º 0.99% 0.66% -
HSV(B) 33.02º 0.67% 1% -
XYZ 58.43 53.57 15.85 -
YUV 190.12 68.68 173.56 -
System Red Green Blue C M Y K H S L
Decimal 254 178 85 0 0.30 0.67 0.00 33.02 0.99 0.66
Hex FE B2 55 0 1E 43 0 21 63 42
Octal 376 262 125 0 36 103 0 41 143 102
Binary 11111110 10110010 1010101 0 11110 1000011 0 100001 1100011 1000010

Color Harmonies of #FEB255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB255

Black with #FEB255

Text Example


Text Example

White with #FEB255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB255; }

 p { color: rgb(254,178,85); }

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

background-color css

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

 a { background-color: rgb(254,178,85); }

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

border-color css

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

 span { border-color: rgb(254,178,85); }

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