Html Css Color HEX #FBA652 Texas Rose

📋 copy color: '#FBA652'

red 251 ◦ green 166 ◦ blue 82

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

Shades of Texas Rose #FBA652

Tints of Texas Rose #FBA652

RGB

 RED value IS 251 (98.44% from 255) = 50.3%

 GREEN value IS 166 (65.23% from 255) = 33.27%

 BLUE value IS 82 (32.42% from 255) = 16.43%

R = 50.3%
G = 33.27%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FBA652 (or 0xFBA652) is known color: Texas Rose. HEX triplet: FB, A6 and 52. RGB value is (251,166,82). Sum of RGB (Red+Green+Blue) = 251+166+82=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 166 (65.23% from 255 or 33.27% from 499); Blue value is 82 (32.42% from 255 or 16.43% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA652 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA652 is #0459AD. Grayscale: #B6B6B6. Windows color (decimal): -285102 or 5416699. OLE color: 5416699.

HSL color Cylindrical-coordinate representation of color #FBA652: hue angle of 29.82º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FBA652 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 166 82 -
CMYK 0 0.34 0.67 0.02
HSL 29.82º 0.95% 0.65% -
HSV(B) 29.82º 0.67% 0.98% -
XYZ 54.94 48.39 14.43 -
YUV 181.84 71.66 177.33 -
System Red Green Blue C M Y K H S L
Decimal 251 166 82 0 0.34 0.67 0.02 29.82 0.95 0.65
Hex FB A6 52 0 22 43 2 1E 5F 41
Octal 373 246 122 0 42 103 2 36 137 101
Binary 11111011 10100110 1010010 0 100010 1000011 10 11110 1011111 1000001

Color Harmonies of #FBA652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA652

Black with #FBA652

Text Example


Text Example

White with #FBA652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA652; }

 p { color: rgb(251,166,82); }

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

background-color css

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

 a { background-color: rgb(251,166,82); }

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

border-color css

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

 span { border-color: rgb(251,166,82); }

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