Html Css Color HEX #F3AF54 Casablanca

📋 copy color: '#F3AF54'

red 243 ◦ green 175 ◦ blue 84

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

Shades of Casablanca #F3AF54

Tints of Casablanca #F3AF54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.73%

R = 48.41%
G = 34.86%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F3AF54 (or 0xF3AF54) is known color: Casablanca. HEX triplet: F3, AF and 54. RGB value is (243,175,84). Sum of RGB (Red+Green+Blue) = 243+175+84=502 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.41% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 84 (33.20% from 255 or 16.73% from 502); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AF54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3AF54 is #0C50AB. Grayscale: #B9B9B9. Windows color (decimal): -807084 or 5550067. OLE color: 5550067.

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

Color convert

RGB 243 175 84 -
CMYK 0 0.28 0.65 0.05
HSL 34.34º 0.87% 0.64% -
HSV(B) 34.34º 0.65% 0.95% -
XYZ 53.89 50.35 15.27 -
YUV 184.96 71.03 169.4 -
System Red Green Blue C M Y K H S L
Decimal 243 175 84 0 0.28 0.65 0.05 34.34 0.87 0.64
Hex F3 AF 54 0 1C 41 5 22 57 40
Octal 363 257 124 0 34 101 5 42 127 100
Binary 11110011 10101111 1010100 0 11100 1000001 101 100010 1010111 1000000

Color Harmonies of #F3AF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3AF54

Black with #F3AF54

Text Example


Text Example

White with #F3AF54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3AF54; }

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

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

background-color css

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

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

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

border-color css

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

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

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