Html Css Color HEX #FFB45A Texas Rose

📋 copy color: '#FFB45A'

red 255 ◦ green 180 ◦ blue 90

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

Shades of Texas Rose #FFB45A

Tints of Texas Rose #FFB45A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.14%

R = 48.57%
G = 34.29%
B = 17.14%

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

#FFB45A (or 0xFFB45A) is known color: Texas Rose. HEX triplet: FF, B4 and 5A. RGB value is (255,180,90). Sum of RGB (Red+Green+Blue) = 255+180+90=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 180 (70.70% from 255 or 34.29% from 525); Blue value is 90 (35.55% from 255 or 17.14% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB45A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB45A is #004BA5. Grayscale: #C0C0C0. Windows color (decimal): -19366 or 5944575. OLE color: 5944575.

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

Color convert

RGB 255 180 90 -
CMYK 0 0.29 0.65 0
HSL 32.73º 1% 0.68% -
HSV(B) 32.73º 0.65% 1% -
XYZ 59.41 54.64 17.09 -
YUV 192.17 70.35 172.82 -
System Red Green Blue C M Y K H S L
Decimal 255 180 90 0 0.29 0.65 0 32.73 1 0.68
Hex FF B4 5A 0 1D 41 0 21 64 44
Octal 377 264 132 0 35 101 0 41 144 104
Binary 11111111 10110100 1011010 0 11101 1000001 0 100001 1100100 1000100

Color Harmonies of #FFB45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB45A

Black with #FFB45A

Text Example


Text Example

White with #FFB45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB45A; }

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

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

background-color css

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

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

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

border-color css

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

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

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