Html Css Color HEX #F3A952 Casablanca

📋 copy color: '#F3A952'

red 243 ◦ green 169 ◦ blue 82

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

Shades of Casablanca #F3A952

Tints of Casablanca #F3A952

RGB

 RED value IS 243 (95.31% from 255) = 49.19%

 GREEN value IS 169 (66.41% from 255) = 34.21%

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

R = 49.19%
G = 34.21%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F3A952 (or 0xF3A952) is known color: Casablanca. HEX triplet: F3, A9 and 52. RGB value is (243,169,82). Sum of RGB (Red+Green+Blue) = 243+169+82=494 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.19% from 494); Green value is 169 (66.41% from 255 or 34.21% from 494); Blue value is 82 (32.42% from 255 or 16.60% from 494); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A952 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A952 is #0C56AD. Grayscale: #B5B5B5. Windows color (decimal): -808622 or 5417459. OLE color: 5417459.

HSL color Cylindrical-coordinate representation of color #F3A952: hue angle of 32.42º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F3A952 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 169 82 -
CMYK 0 0.30 0.66 0.05
HSL 32.42º 0.87% 0.64% -
HSV(B) 32.42º 0.66% 0.95% -
XYZ 52.67 48.04 14.48 -
YUV 181.21 72.02 172.07 -
System Red Green Blue C M Y K H S L
Decimal 243 169 82 0 0.30 0.66 0.05 32.42 0.87 0.64
Hex F3 A9 52 0 1E 42 5 20 57 40
Octal 363 251 122 0 36 102 5 40 127 100
Binary 11110011 10101001 1010010 0 11110 1000010 101 100000 1010111 1000000

Color Harmonies of #F3A952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3A952

Black with #F3A952

Text Example


Text Example

White with #F3A952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3A952; }

 p { color: rgb(243,169,82); }

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

background-color css

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

 a { background-color: rgb(243,169,82); }

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

border-color css

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

 span { border-color: rgb(243,169,82); }

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