Html Css Color HEX #F2B75A Casablanca

📋 copy color: '#F2B75A'

red 242 ◦ green 183 ◦ blue 90

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

Shades of Casablanca #F2B75A

Tints of Casablanca #F2B75A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.53%

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

R = 46.99%
G = 35.53%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F2B75A (or 0xF2B75A) is known color: Casablanca. HEX triplet: F2, B7 and 5A. RGB value is (242,183,90). Sum of RGB (Red+Green+Blue) = 242+183+90=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 183 (71.88% from 255 or 35.53% from 515); Blue value is 90 (35.55% from 255 or 17.48% from 515); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B75A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B75A is #0D48A5. Grayscale: #BEBEBE. Windows color (decimal): -870566 or 5945330. OLE color: 5945330.

HSL color Cylindrical-coordinate representation of color #F2B75A: hue angle of 36.71º 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 #F2B75A is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 183 90 -
CMYK 0 0.24 0.63 0.05
HSL 36.71º 0.85% 0.65% -
HSV(B) 36.71º 0.63% 0.95% -
XYZ 55.4 53.48 17.08 -
YUV 190.04 71.55 165.06 -
System Red Green Blue C M Y K H S L
Decimal 242 183 90 0 0.24 0.63 0.05 36.71 0.85 0.65
Hex F2 B7 5A 0 18 3F 5 25 55 41
Octal 362 267 132 0 30 77 5 45 125 101
Binary 11110010 10110111 1011010 0 11000 111111 101 100101 1010101 1000001

Color Harmonies of #F2B75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B75A

Black with #F2B75A

Text Example


Text Example

White with #F2B75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B75A; }

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

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

background-color css

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

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

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

border-color css

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

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

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