Html Css Color HEX #F2BC4A Cream Can

📋 copy color: '#F2BC4A'

red 242 ◦ green 188 ◦ blue 74

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

Shades of Cream Can #F2BC4A

Tints of Cream Can #F2BC4A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.3%

 BLUE value IS 74 (29.3% from 255) = 14.68%

R = 48.02%
G = 37.3%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2BC4A (or 0xF2BC4A) is known color: Cream Can. HEX triplet: F2, BC and 4A. RGB value is (242,188,74). Sum of RGB (Red+Green+Blue) = 242+188+74=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 74 (29.30% from 255 or 14.68% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BC4A is #0D43B5. Grayscale: #BFBFBF. Windows color (decimal): -869302 or 4898034. OLE color: 4898034.

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

Color convert

RGB 242 188 74 -
CMYK 0 0.22 0.69 0.05
HSL 40.71º 0.87% 0.62% -
HSV(B) 40.71º 0.69% 0.95% -
XYZ 55.84 55.34 14.22 -
YUV 191.15 61.89 164.27 -
System Red Green Blue C M Y K H S L
Decimal 242 188 74 0 0.22 0.69 0.05 40.71 0.87 0.62
Hex F2 BC 4A 0 16 45 5 29 57 3E
Octal 362 274 112 0 26 105 5 51 127 76
Binary 11110010 10111100 1001010 0 10110 1000101 101 101001 1010111 111110

Color Harmonies of #F2BC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BC4A

Black with #F2BC4A

Text Example


Text Example

White with #F2BC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BC4A; }

 p { color: rgb(242,188,74); }

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

background-color css

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

 a { background-color: rgb(242,188,74); }

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

border-color css

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

 span { border-color: rgb(242,188,74); }

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