Html Css Color HEX #FCB65A Texas Rose

📋 copy color: '#FCB65A'

red 252 ◦ green 182 ◦ blue 90

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

Shades of Texas Rose #FCB65A

Tints of Texas Rose #FCB65A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.73%

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

R = 48.09%
G = 34.73%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FCB65A (or 0xFCB65A) is known color: Texas Rose. HEX triplet: FC, B6 and 5A. RGB value is (252,182,90). Sum of RGB (Red+Green+Blue) = 252+182+90=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 182 (71.48% from 255 or 34.73% from 524); Blue value is 90 (35.55% from 255 or 17.18% from 524); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB65A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB65A is #0349A5. Grayscale: #C0C0C0. Windows color (decimal): -215462 or 5945084. OLE color: 5945084.

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

Color convert

RGB 252 182 90 -
CMYK 0 0.28 0.64 0.01
HSL 34.07º 0.96% 0.67% -
HSV(B) 34.07º 0.64% 0.99% -
XYZ 58.72 54.89 17.17 -
YUV 192.44 70.19 170.48 -
System Red Green Blue C M Y K H S L
Decimal 252 182 90 0 0.28 0.64 0.01 34.07 0.96 0.67
Hex FC B6 5A 0 1C 40 1 22 60 43
Octal 374 266 132 0 34 100 1 42 140 103
Binary 11111100 10110110 1011010 0 11100 1000000 1 100010 1100000 1000011

Color Harmonies of #FCB65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB65A

Black with #FCB65A

Text Example


Text Example

White with #FCB65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB65A; }

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

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

background-color css

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

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

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

border-color css

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

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

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