Html Css Color HEX #FDB45A Texas Rose

📋 copy color: '#FDB45A'

red 253 ◦ green 180 ◦ blue 90

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

Shades of Texas Rose #FDB45A

Tints of Texas Rose #FDB45A

RGB

 RED value IS 253 (99.22% from 255) = 48.37%

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

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

R = 48.37%
G = 34.42%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FDB45A (or 0xFDB45A) is known color: Texas Rose. HEX triplet: FD, B4 and 5A. RGB value is (253,180,90). Sum of RGB (Red+Green+Blue) = 253+180+90=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 180 (70.70% from 255 or 34.42% from 523); Blue value is 90 (35.55% from 255 or 17.21% from 523); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB45A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB45A is #024BA5. Grayscale: #BFBFBF. Windows color (decimal): -150438 or 5944573. OLE color: 5944573.

HSL color Cylindrical-coordinate representation of color #FDB45A: hue angle of 33.13º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDB45A is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 180 90 -
CMYK 0 0.29 0.64 0.01
HSL 33.13º 0.98% 0.67% -
HSV(B) 33.13º 0.64% 0.99% -
XYZ 58.67 54.26 17.05 -
YUV 191.57 70.68 171.82 -
System Red Green Blue C M Y K H S L
Decimal 253 180 90 0 0.29 0.64 0.01 33.13 0.98 0.67
Hex FD B4 5A 0 1D 40 1 21 62 43
Octal 375 264 132 0 35 100 1 41 142 103
Binary 11111101 10110100 1011010 0 11101 1000000 1 100001 1100010 1000011

Color Harmonies of #FDB45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB45A

Black with #FDB45A

Text Example


Text Example

White with #FDB45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB45A; }

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

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

background-color css

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

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

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

border-color css

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

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

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