Html Css Color HEX #FFB458 Texas Rose

📋 copy color: '#FFB458'

red 255 ◦ green 180 ◦ blue 88

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

Shades of Texas Rose #FFB458

Tints of Texas Rose #FFB458

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.42%

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

R = 48.76%
G = 34.42%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FFB458 (or 0xFFB458) is known color: Texas Rose. HEX triplet: FF, B4 and 58. RGB value is (255,180,88). Sum of RGB (Red+Green+Blue) = 255+180+88=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 180 (70.70% from 255 or 34.42% from 523); Blue value is 88 (34.77% from 255 or 16.83% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB458 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB458 is #004BA7. Grayscale: #C0C0C0. Windows color (decimal): -19368 or 5813503. OLE color: 5813503.

HSL color Cylindrical-coordinate representation of color #FFB458: hue angle of 33.05º 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 #FFB458 is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.

Color convert

RGB 255 180 88 -
CMYK 0 0.29 0.65 0
HSL 33.05º 1% 0.67% -
HSV(B) 33.05º 0.65% 1% -
XYZ 59.32 54.61 16.65 -
YUV 191.94 69.35 172.98 -
System Red Green Blue C M Y K H S L
Decimal 255 180 88 0 0.29 0.65 0 33.05 1 0.67
Hex FF B4 58 0 1D 41 0 21 64 43
Octal 377 264 130 0 35 101 0 41 144 103
Binary 11111111 10110100 1011000 0 11101 1000001 0 100001 1100100 1000011

Color Harmonies of #FFB458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB458

Black with #FFB458

Text Example


Text Example

White with #FFB458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB458; }

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

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

background-color css

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

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

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

border-color css

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

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

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