Html Css Color HEX #F2BF4B Cream Can

📋 copy color: '#F2BF4B'

red 242 ◦ green 191 ◦ blue 75

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

Shades of Cream Can #F2BF4B

Tints of Cream Can #F2BF4B

RGB

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

 GREEN value IS 191 (75% from 255) = 37.6%

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

R = 47.64%
G = 37.6%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2BF4B (or 0xF2BF4B) is known color: Cream Can. HEX triplet: F2, BF and 4B. RGB value is (242,191,75). Sum of RGB (Red+Green+Blue) = 242+191+75=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 75 (29.69% from 255 or 14.76% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BF4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BF4B is #0D40B4. Grayscale: #C1C1C1. Windows color (decimal): -868533 or 4964338. OLE color: 4964338.

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

Color convert

RGB 242 191 75 -
CMYK 0 0.21 0.69 0.05
HSL 41.68º 0.87% 0.62% -
HSV(B) 41.68º 0.69% 0.95% -
XYZ 56.52 56.65 14.61 -
YUV 193.03 61.4 162.93 -
System Red Green Blue C M Y K H S L
Decimal 242 191 75 0 0.21 0.69 0.05 41.68 0.87 0.62
Hex F2 BF 4B 0 15 45 5 2A 57 3E
Octal 362 277 113 0 25 105 5 52 127 76
Binary 11110010 10111111 1001011 0 10101 1000101 101 101010 1010111 111110

Color Harmonies of #F2BF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BF4B

Black with #F2BF4B

Text Example


Text Example

White with #F2BF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BF4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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