Html Css Color HEX #FCB45A Texas Rose

📋 copy color: '#FCB45A'

red 252 ◦ green 180 ◦ blue 90

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

Shades of Texas Rose #FCB45A

Tints of Texas Rose #FCB45A

RGB

 RED value IS 252 (98.83% from 255) = 48.28%

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

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

R = 48.28%
G = 34.48%
B = 17.24%

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

#FCB45A (or 0xFCB45A) is known color: Texas Rose. HEX triplet: FC, B4 and 5A. RGB value is (252,180,90). Sum of RGB (Red+Green+Blue) = 252+180+90=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 180 (70.70% from 255 or 34.48% from 522); Blue value is 90 (35.55% from 255 or 17.24% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB45A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB45A is #034BA5. Grayscale: #BFBFBF. Windows color (decimal): -215974 or 5944572. OLE color: 5944572.

HSL color Cylindrical-coordinate representation of color #FCB45A: hue angle of 33.33º degrees, saturation: 0.96, 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 #FCB45A is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 180 90 -
CMYK 0 0.29 0.64 0.01
HSL 33.33º 0.96% 0.67% -
HSV(B) 33.33º 0.64% 0.99% -
XYZ 58.31 54.08 17.04 -
YUV 191.27 70.85 171.32 -
System Red Green Blue C M Y K H S L
Decimal 252 180 90 0 0.29 0.64 0.01 33.33 0.96 0.67
Hex FC B4 5A 0 1D 40 1 21 60 43
Octal 374 264 132 0 35 100 1 41 140 103
Binary 11111100 10110100 1011010 0 11101 1000000 1 100001 1100000 1000011

Color Harmonies of #FCB45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB45A

Black with #FCB45A

Text Example


Text Example

White with #FCB45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB45A; }

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

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

background-color css

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

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

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

border-color css

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

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

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