Html Css Color HEX #F7BF4A Cream Can

📋 copy color: '#F7BF4A'

red 247 ◦ green 191 ◦ blue 74

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

Shades of Cream Can #F7BF4A

Tints of Cream Can #F7BF4A

RGB

 RED value IS 247 (96.88% from 255) = 48.24%

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

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

R = 48.24%
G = 37.3%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F7BF4A (or 0xF7BF4A) is known color: Cream Can. HEX triplet: F7, BF and 4A. RGB value is (247,191,74). Sum of RGB (Red+Green+Blue) = 247+191+74=512 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.24% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 74 (29.30% from 255 or 14.45% from 512); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BF4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7BF4A is #0840B5. Grayscale: #C2C2C2. Windows color (decimal): -540854 or 4898807. OLE color: 4898807.

HSL color Cylindrical-coordinate representation of color #F7BF4A: hue angle of 40.58º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F7BF4A is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 191 74 -
CMYK 0 0.23 0.70 0.03
HSL 40.58º 0.92% 0.63% -
HSV(B) 40.58º 0.7% 0.97% -
XYZ 58.22 57.53 14.51 -
YUV 194.41 60.05 165.51 -
System Red Green Blue C M Y K H S L
Decimal 247 191 74 0 0.23 0.70 0.03 40.58 0.92 0.63
Hex F7 BF 4A 0 17 46 3 29 5C 3F
Octal 367 277 112 0 27 106 3 51 134 77
Binary 11110111 10111111 1001010 0 10111 1000110 11 101001 1011100 111111

Color Harmonies of #F7BF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BF4A

Black with #F7BF4A

Text Example


Text Example

White with #F7BF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BF4A; }

 p { color: rgb(247,191,74); }

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

background-color css

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

 a { background-color: rgb(247,191,74); }

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

border-color css

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

 span { border-color: rgb(247,191,74); }

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