Html Css Color HEX #FFB258 Texas Rose

📋 copy color: '#FFB258'

red 255 ◦ green 178 ◦ blue 88

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

Shades of Texas Rose #FFB258

Tints of Texas Rose #FFB258

RGB

 RED value IS 255 (100% from 255) = 48.94%

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

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

R = 48.94%
G = 34.17%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FFB258 (or 0xFFB258) is known color: Texas Rose. HEX triplet: FF, B2 and 58. RGB value is (255,178,88). Sum of RGB (Red+Green+Blue) = 255+178+88=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 88 (34.77% from 255 or 16.89% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB258 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB258 is #004DA7. Grayscale: #BFBFBF. Windows color (decimal): -19880 or 5812991. OLE color: 5812991.

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

Color convert

RGB 255 178 88 -
CMYK 0 0.30 0.65 0
HSL 32.34º 1% 0.67% -
HSV(B) 32.34º 0.65% 1% -
XYZ 58.92 53.81 16.51 -
YUV 190.76 70.01 173.82 -
System Red Green Blue C M Y K H S L
Decimal 255 178 88 0 0.30 0.65 0 32.34 1 0.67
Hex FF B2 58 0 1E 41 0 20 64 43
Octal 377 262 130 0 36 101 0 40 144 103
Binary 11111111 10110010 1011000 0 11110 1000001 0 100000 1100100 1000011

Color Harmonies of #FFB258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB258

Black with #FFB258

Text Example


Text Example

White with #FFB258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB258; }

 p { color: rgb(255,178,88); }

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

background-color css

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

 a { background-color: rgb(255,178,88); }

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

border-color css

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

 span { border-color: rgb(255,178,88); }

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