Html Css Color HEX #F2B25B Casablanca

📋 copy color: '#F2B25B'

red 242 ◦ green 178 ◦ blue 91

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

Shades of Casablanca #F2B25B

Tints of Casablanca #F2B25B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.83%

 BLUE value IS 91 (35.94% from 255) = 17.81%

R = 47.36%
G = 34.83%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2B25B (or 0xF2B25B) is known color: Casablanca. HEX triplet: F2, B2 and 5B. RGB value is (242,178,91). Sum of RGB (Red+Green+Blue) = 242+178+91=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 91 (35.94% from 255 or 17.81% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B25B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B25B is #0D4DA4. Grayscale: #BBBBBB. Windows color (decimal): -871845 or 6009586. OLE color: 6009586.

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

Color convert

RGB 242 178 91 -
CMYK 0 0.26 0.62 0.05
HSL 34.57º 0.85% 0.65% -
HSV(B) 34.57º 0.62% 0.95% -
XYZ 54.43 51.47 16.96 -
YUV 187.22 73.7 167.07 -
System Red Green Blue C M Y K H S L
Decimal 242 178 91 0 0.26 0.62 0.05 34.57 0.85 0.65
Hex F2 B2 5B 0 1A 3E 5 23 55 41
Octal 362 262 133 0 32 76 5 43 125 101
Binary 11110010 10110010 1011011 0 11010 111110 101 100011 1010101 1000001

Color Harmonies of #F2B25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B25B

Black with #F2B25B

Text Example


Text Example

White with #F2B25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B25B; }

 p { color: rgb(242,178,91); }

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

background-color css

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

 a { background-color: rgb(242,178,91); }

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

border-color css

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

 span { border-color: rgb(242,178,91); }

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