Html Css Color HEX #F2BA4B Cream Can

📋 copy color: '#F2BA4B'

red 242 ◦ green 186 ◦ blue 75

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

Shades of Cream Can #F2BA4B

Tints of Cream Can #F2BA4B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.98%

 BLUE value IS 75 (29.69% from 255) = 14.91%

R = 48.11%
G = 36.98%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2BA4B (or 0xF2BA4B) is known color: Cream Can. HEX triplet: F2, BA and 4B. RGB value is (242,186,75). Sum of RGB (Red+Green+Blue) = 242+186+75=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 75 (29.69% from 255 or 14.91% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BA4B is #0D45B4. Grayscale: #BEBEBE. Windows color (decimal): -869813 or 4963058. OLE color: 4963058.

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

Color convert

RGB 242 186 75 -
CMYK 0 0.23 0.69 0.05
HSL 39.88º 0.87% 0.62% -
HSV(B) 39.88º 0.69% 0.95% -
XYZ 55.45 54.5 14.25 -
YUV 190.09 63.05 165.03 -
System Red Green Blue C M Y K H S L
Decimal 242 186 75 0 0.23 0.69 0.05 39.88 0.87 0.62
Hex F2 BA 4B 0 17 45 5 28 57 3E
Octal 362 272 113 0 27 105 5 50 127 76
Binary 11110010 10111010 1001011 0 10111 1000101 101 101000 1010111 111110

Color Harmonies of #F2BA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BA4B

Black with #F2BA4B

Text Example


Text Example

White with #F2BA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BA4B; }

 p { color: rgb(242,186,75); }

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

background-color css

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

 a { background-color: rgb(242,186,75); }

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

border-color css

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

 span { border-color: rgb(242,186,75); }

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