Html Css Color HEX #FBA852 Texas Rose

📋 copy color: '#FBA852'

red 251 ◦ green 168 ◦ blue 82

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

Shades of Texas Rose #FBA852

Tints of Texas Rose #FBA852

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.53%

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

R = 50.1%
G = 33.53%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FBA852 (or 0xFBA852) is known color: Texas Rose. HEX triplet: FB, A8 and 52. RGB value is (251,168,82). Sum of RGB (Red+Green+Blue) = 251+168+82=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 168 (66.02% from 255 or 33.53% from 501); Blue value is 82 (32.42% from 255 or 16.37% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA852 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA852 is #0457AD. Grayscale: #B7B7B7. Windows color (decimal): -284590 or 5417211. OLE color: 5417211.

HSL color Cylindrical-coordinate representation of color #FBA852: hue angle of 30.53º 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 #FBA852 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 168 82 -
CMYK 0 0.33 0.67 0.02
HSL 30.53º 0.95% 0.65% -
HSV(B) 30.53º 0.67% 0.98% -
XYZ 55.31 49.12 14.55 -
YUV 183.01 71 176.49 -
System Red Green Blue C M Y K H S L
Decimal 251 168 82 0 0.33 0.67 0.02 30.53 0.95 0.65
Hex FB A8 52 0 21 43 2 1F 5F 41
Octal 373 250 122 0 41 103 2 37 137 101
Binary 11111011 10101000 1010010 0 100001 1000011 10 11111 1011111 1000001

Color Harmonies of #FBA852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA852

Black with #FBA852

Text Example


Text Example

White with #FBA852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA852; }

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

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

background-color css

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

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

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

border-color css

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

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

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