Html Css Color HEX #F4AD4B Casablanca

📋 copy color: '#F4AD4B'

red 244 ◦ green 173 ◦ blue 75

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

Shades of Casablanca #F4AD4B

Tints of Casablanca #F4AD4B

RGB

 RED value IS 244 (95.7% from 255) = 49.59%

 GREEN value IS 173 (67.97% from 255) = 35.16%

 BLUE value IS 75 (29.69% from 255) = 15.24%

R = 49.59%
G = 35.16%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F4AD4B (or 0xF4AD4B) is known color: Casablanca. HEX triplet: F4, AD and 4B. RGB value is (244,173,75). Sum of RGB (Red+Green+Blue) = 244+173+75=492 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.59% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 75 (29.69% from 255 or 15.24% from 492); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AD4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4AD4B is #0B52B4. Grayscale: #B7B7B7. Windows color (decimal): -742069 or 4959732. OLE color: 4959732.

HSL color Cylindrical-coordinate representation of color #F4AD4B: hue angle of 34.79º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F4AD4B is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 173 75 -
CMYK 0 0.29 0.69 0.04
HSL 34.79º 0.88% 0.63% -
HSV(B) 34.79º 0.69% 0.96% -
XYZ 53.52 49.63 13.41 -
YUV 183.06 67.02 171.47 -
System Red Green Blue C M Y K H S L
Decimal 244 173 75 0 0.29 0.69 0.04 34.79 0.88 0.63
Hex F4 AD 4B 0 1D 45 4 23 58 3F
Octal 364 255 113 0 35 105 4 43 130 77
Binary 11110100 10101101 1001011 0 11101 1000101 100 100011 1011000 111111

Color Harmonies of #F4AD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4AD4B

Black with #F4AD4B

Text Example


Text Example

White with #F4AD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4AD4B; }

 p { color: rgb(244,173,75); }

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

background-color css

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

 a { background-color: rgb(244,173,75); }

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

border-color css

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

 span { border-color: rgb(244,173,75); }

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