Html Css Color HEX #F3AF4D Casablanca

📋 copy color: '#F3AF4D'

red 243 ◦ green 175 ◦ blue 77

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

Shades of Casablanca #F3AF4D

Tints of Casablanca #F3AF4D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.35%

 BLUE value IS 77 (30.47% from 255) = 15.56%

R = 49.09%
G = 35.35%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F3AF4D (or 0xF3AF4D) is known color: Casablanca. HEX triplet: F3, AF and 4D. RGB value is (243,175,77). Sum of RGB (Red+Green+Blue) = 243+175+77=495 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.09% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 77 (30.47% from 255 or 15.56% from 495); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AF4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3AF4D is #0C50B2. Grayscale: #B8B8B8. Windows color (decimal): -807091 or 5091315. OLE color: 5091315.

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

Color convert

RGB 243 175 77 -
CMYK 0 0.28 0.68 0.05
HSL 35.42º 0.87% 0.63% -
HSV(B) 35.42º 0.68% 0.95% -
XYZ 53.63 50.25 13.89 -
YUV 184.16 67.53 169.97 -
System Red Green Blue C M Y K H S L
Decimal 243 175 77 0 0.28 0.68 0.05 35.42 0.87 0.63
Hex F3 AF 4D 0 1C 44 5 23 57 3F
Octal 363 257 115 0 34 104 5 43 127 77
Binary 11110011 10101111 1001101 0 11100 1000100 101 100011 1010111 111111

Color Harmonies of #F3AF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3AF4D

Black with #F3AF4D

Text Example


Text Example

White with #F3AF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3AF4D; }

 p { color: rgb(243,175,77); }

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

background-color css

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

 a { background-color: rgb(243,175,77); }

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

border-color css

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

 span { border-color: rgb(243,175,77); }

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