Html Css Color HEX #F2B84E Casablanca

📋 copy color: '#F2B84E'

red 242 ◦ green 184 ◦ blue 78

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

Shades of Casablanca #F2B84E

Tints of Casablanca #F2B84E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.51%

 BLUE value IS 78 (30.86% from 255) = 15.48%

R = 48.02%
G = 36.51%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F2B84E (or 0xF2B84E) is known color: Casablanca. HEX triplet: F2, B8 and 4E. RGB value is (242,184,78). Sum of RGB (Red+Green+Blue) = 242+184+78=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 184 (72.27% from 255 or 36.51% from 504); Blue value is 78 (30.86% from 255 or 15.48% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B84E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B84E is #0D47B1. Grayscale: #BDBDBD. Windows color (decimal): -870322 or 5159154. OLE color: 5159154.

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

Color convert

RGB 242 184 78 -
CMYK 0 0.24 0.68 0.05
HSL 38.78º 0.86% 0.63% -
HSV(B) 38.78º 0.68% 0.95% -
XYZ 55.13 53.71 14.67 -
YUV 189.26 65.22 165.62 -
System Red Green Blue C M Y K H S L
Decimal 242 184 78 0 0.24 0.68 0.05 38.78 0.86 0.63
Hex F2 B8 4E 0 18 44 5 27 56 3F
Octal 362 270 116 0 30 104 5 47 126 77
Binary 11110010 10111000 1001110 0 11000 1000100 101 100111 1010110 111111

Color Harmonies of #F2B84E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B84E

Black with #F2B84E

Text Example


Text Example

White with #F2B84E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B84E; }

 p { color: rgb(242,184,78); }

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

background-color css

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

 a { background-color: rgb(242,184,78); }

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

border-color css

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

 span { border-color: rgb(242,184,78); }

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