Html Css Color HEX #F7C14B Cream Can

📋 copy color: '#F7C14B'

red 247 ◦ green 193 ◦ blue 75

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

Shades of Cream Can #F7C14B

Tints of Cream Can #F7C14B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.48%

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

R = 47.96%
G = 37.48%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F7C14B (or 0xF7C14B) is known color: Cream Can. HEX triplet: F7, C1 and 4B. RGB value is (247,193,75). Sum of RGB (Red+Green+Blue) = 247+193+75=515 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.96% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 75 (29.69% from 255 or 14.56% from 515); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C14B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C14B is #083EB4. Grayscale: #C4C4C4. Windows color (decimal): -540341 or 4964855. OLE color: 4964855.

HSL color Cylindrical-coordinate representation of color #F7C14B: hue angle of 41.16º degrees, saturation: 0.91, 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 #F7C14B is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 193 75 -
CMYK 0 0.22 0.70 0.03
HSL 41.16º 0.91% 0.63% -
HSV(B) 41.16º 0.7% 0.97% -
XYZ 58.7 58.42 14.84 -
YUV 195.69 59.89 164.59 -
System Red Green Blue C M Y K H S L
Decimal 247 193 75 0 0.22 0.70 0.03 41.16 0.91 0.63
Hex F7 C1 4B 0 16 46 3 29 5B 3F
Octal 367 301 113 0 26 106 3 51 133 77
Binary 11110111 11000001 1001011 0 10110 1000110 11 101001 1011011 111111

Color Harmonies of #F7C14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C14B

Black with #F7C14B

Text Example


Text Example

White with #F7C14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C14B; }

 p { color: rgb(247,193,75); }

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

background-color css

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

 a { background-color: rgb(247,193,75); }

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

border-color css

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

 span { border-color: rgb(247,193,75); }

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