Html Css Color HEX #F2B65A Casablanca

📋 copy color: '#F2B65A'

red 242 ◦ green 182 ◦ blue 90

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

Shades of Casablanca #F2B65A

Tints of Casablanca #F2B65A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.41%

 BLUE value IS 90 (35.55% from 255) = 17.51%

R = 47.08%
G = 35.41%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F2B65A (or 0xF2B65A) is known color: Casablanca. HEX triplet: F2, B6 and 5A. RGB value is (242,182,90). Sum of RGB (Red+Green+Blue) = 242+182+90=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 182 (71.48% from 255 or 35.41% from 514); Blue value is 90 (35.55% from 255 or 17.51% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B65A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B65A is #0D49A5. Grayscale: #BDBDBD. Windows color (decimal): -870822 or 5945074. OLE color: 5945074.

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

Color convert

RGB 242 182 90 -
CMYK 0 0.25 0.63 0.05
HSL 36.32º 0.85% 0.65% -
HSV(B) 36.32º 0.63% 0.95% -
XYZ 55.19 53.07 17.01 -
YUV 189.45 71.88 165.48 -
System Red Green Blue C M Y K H S L
Decimal 242 182 90 0 0.25 0.63 0.05 36.32 0.85 0.65
Hex F2 B6 5A 0 19 3F 5 24 55 41
Octal 362 266 132 0 31 77 5 44 125 101
Binary 11110010 10110110 1011010 0 11001 111111 101 100100 1010101 1000001

Color Harmonies of #F2B65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B65A

Black with #F2B65A

Text Example


Text Example

White with #F2B65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B65A; }

 p { color: rgb(242,182,90); }

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

background-color css

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

 a { background-color: rgb(242,182,90); }

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

border-color css

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

 span { border-color: rgb(242,182,90); }

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