Html Css Color HEX #F8A752 Texas Rose

📋 copy color: '#F8A752'

red 248 ◦ green 167 ◦ blue 82

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

Shades of Texas Rose #F8A752

Tints of Texas Rose #F8A752

RGB

 RED value IS 248 (97.27% from 255) = 49.9%

 GREEN value IS 167 (65.63% from 255) = 33.6%

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

R = 49.9%
G = 33.6%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#F8A752 (or 0xF8A752) is known color: Texas Rose. HEX triplet: F8, A7 and 52. RGB value is (248,167,82). Sum of RGB (Red+Green+Blue) = 248+167+82=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 167 (65.62% from 255 or 33.60% from 497); Blue value is 82 (32.42% from 255 or 16.50% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A752 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A752 is #0758AD. Grayscale: #B5B5B5. Windows color (decimal): -481454 or 5416952. OLE color: 5416952.

HSL color Cylindrical-coordinate representation of color #F8A752: hue angle of 30.72º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F8A752 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 167 82 -
CMYK 0 0.33 0.67 0.03
HSL 30.72º 0.92% 0.65% -
HSV(B) 30.72º 0.67% 0.97% -
XYZ 54.05 48.2 14.44 -
YUV 181.53 71.84 175.41 -
System Red Green Blue C M Y K H S L
Decimal 248 167 82 0 0.33 0.67 0.03 30.72 0.92 0.65
Hex F8 A7 52 0 21 43 3 1F 5C 41
Octal 370 247 122 0 41 103 3 37 134 101
Binary 11111000 10100111 1010010 0 100001 1000011 11 11111 1011100 1000001

Color Harmonies of #F8A752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A752

Black with #F8A752

Text Example


Text Example

White with #F8A752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A752; }

 p { color: rgb(248,167,82); }

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

background-color css

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

 a { background-color: rgb(248,167,82); }

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

border-color css

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

 span { border-color: rgb(248,167,82); }

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