Html Css Color HEX #F2A74D Casablanca

📋 copy color: '#F2A74D'

red 242 ◦ green 167 ◦ blue 77

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

Shades of Casablanca #F2A74D

Tints of Casablanca #F2A74D

RGB

 RED value IS 242 (94.92% from 255) = 49.79%

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

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

R = 49.79%
G = 34.36%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F2A74D (or 0xF2A74D) is known color: Casablanca. HEX triplet: F2, A7 and 4D. RGB value is (242,167,77). Sum of RGB (Red+Green+Blue) = 242+167+77=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 167 (65.62% from 255 or 34.36% from 486); Blue value is 77 (30.47% from 255 or 15.84% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A74D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A74D is #0D58B2. Grayscale: #B3B3B3. Windows color (decimal): -874675 or 5089266. OLE color: 5089266.

HSL color Cylindrical-coordinate representation of color #F2A74D: hue angle of 32.73º degrees, saturation: 0.86, 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 #F2A74D is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 167 77 -
CMYK 0 0.31 0.68 0.05
HSL 32.73º 0.86% 0.63% -
HSV(B) 32.73º 0.68% 0.95% -
XYZ 51.78 47.05 13.37 -
YUV 179.17 70.35 172.82 -
System Red Green Blue C M Y K H S L
Decimal 242 167 77 0 0.31 0.68 0.05 32.73 0.86 0.63
Hex F2 A7 4D 0 1F 44 5 21 56 3F
Octal 362 247 115 0 37 104 5 41 126 77
Binary 11110010 10100111 1001101 0 11111 1000100 101 100001 1010110 111111

Color Harmonies of #F2A74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A74D

Black with #F2A74D

Text Example


Text Example

White with #F2A74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A74D; }

 p { color: rgb(242,167,77); }

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

background-color css

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

 a { background-color: rgb(242,167,77); }

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

border-color css

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

 span { border-color: rgb(242,167,77); }

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