Html Css Color HEX #F2B454 Casablanca

📋 copy color: '#F2B454'

red 242 ◦ green 180 ◦ blue 84

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

Shades of Casablanca #F2B454

Tints of Casablanca #F2B454

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.57%

 BLUE value IS 84 (33.2% from 255) = 16.6%

R = 47.83%
G = 35.57%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F2B454 (or 0xF2B454) is known color: Casablanca. HEX triplet: F2, B4 and 54. RGB value is (242,180,84). Sum of RGB (Red+Green+Blue) = 242+180+84=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 84 (33.20% from 255 or 16.60% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B454 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B454 is #0D4BAB. Grayscale: #BCBCBC. Windows color (decimal): -871340 or 5551346. OLE color: 5551346.

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

Color convert

RGB 242 180 84 -
CMYK 0 0.26 0.65 0.05
HSL 36.46º 0.86% 0.64% -
HSV(B) 36.46º 0.65% 0.95% -
XYZ 54.54 52.16 15.58 -
YUV 187.59 69.54 166.81 -
System Red Green Blue C M Y K H S L
Decimal 242 180 84 0 0.26 0.65 0.05 36.46 0.86 0.64
Hex F2 B4 54 0 1A 41 5 24 56 40
Octal 362 264 124 0 32 101 5 44 126 100
Binary 11110010 10110100 1010100 0 11010 1000001 101 100100 1010110 1000000

Color Harmonies of #F2B454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B454

Black with #F2B454

Text Example


Text Example

White with #F2B454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B454; }

 p { color: rgb(242,180,84); }

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

background-color css

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

 a { background-color: rgb(242,180,84); }

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

border-color css

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

 span { border-color: rgb(242,180,84); }

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