Html Css Color HEX #F7B14F Casablanca

📋 copy color: '#F7B14F'

red 247 ◦ green 177 ◦ blue 79

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

Shades of Casablanca #F7B14F

Tints of Casablanca #F7B14F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.19%

 BLUE value IS 79 (31.25% from 255) = 15.71%

R = 49.11%
G = 35.19%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F7B14F (or 0xF7B14F) is known color: Casablanca. HEX triplet: F7, B1 and 4F. RGB value is (247,177,79). Sum of RGB (Red+Green+Blue) = 247+177+79=503 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.11% from 503); Green value is 177 (69.53% from 255 or 35.19% from 503); Blue value is 79 (31.25% from 255 or 15.71% from 503); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B14F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7B14F is #084EB0. Grayscale: #BBBBBB. Windows color (decimal): -544433 or 5222903. OLE color: 5222903.

HSL color Cylindrical-coordinate representation of color #F7B14F: hue angle of 35º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F7B14F is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 177 79 -
CMYK 0 0.28 0.68 0.03
HSL 35º 0.91% 0.64% -
HSV(B) 35º 0.68% 0.97% -
XYZ 55.49 51.78 14.47 -
YUV 186.76 67.19 170.97 -
System Red Green Blue C M Y K H S L
Decimal 247 177 79 0 0.28 0.68 0.03 35 0.91 0.64
Hex F7 B1 4F 0 1C 44 3 23 5B 40
Octal 367 261 117 0 34 104 3 43 133 100
Binary 11110111 10110001 1001111 0 11100 1000100 11 100011 1011011 1000000

Color Harmonies of #F7B14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B14F

Black with #F7B14F

Text Example


Text Example

White with #F7B14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B14F; }

 p { color: rgb(247,177,79); }

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

background-color css

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

 a { background-color: rgb(247,177,79); }

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

border-color css

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

 span { border-color: rgb(247,177,79); }

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