Html Css Color HEX #F7BF42 Cream Can

📋 copy color: '#F7BF42'

red 247 ◦ green 191 ◦ blue 66

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

Shades of Cream Can #F7BF42

Tints of Cream Can #F7BF42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.1%

R = 49.01%
G = 37.9%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#F7BF42 (or 0xF7BF42) is known color: Cream Can. HEX triplet: F7, BF and 42. RGB value is (247,191,66). Sum of RGB (Red+Green+Blue) = 247+191+66=504 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.01% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 66 (26.17% from 255 or 13.10% from 504); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BF42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7BF42 is #0840BD. Grayscale: #C2C2C2. Windows color (decimal): -540862 or 4374519. OLE color: 4374519.

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

Color convert

RGB 247 191 66 -
CMYK 0 0.23 0.73 0.03
HSL 41.44º 0.92% 0.61% -
HSV(B) 41.44º 0.73% 0.97% -
XYZ 57.97 57.43 13.18 -
YUV 193.49 56.05 166.16 -
System Red Green Blue C M Y K H S L
Decimal 247 191 66 0 0.23 0.73 0.03 41.44 0.92 0.61
Hex F7 BF 42 0 17 49 3 29 5C 3D
Octal 367 277 102 0 27 111 3 51 134 75
Binary 11110111 10111111 1000010 0 10111 1001001 11 101001 1011100 111101

Color Harmonies of #F7BF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BF42

Black with #F7BF42

Text Example


Text Example

White with #F7BF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BF42; }

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

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

background-color css

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

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

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

border-color css

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

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

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