Html Css Color HEX #F7914D Sea Buckthorn

📋 copy color: '#F7914D'

red 247 ◦ green 145 ◦ blue 77

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

Shades of Sea Buckthorn #F7914D

Tints of Sea Buckthorn #F7914D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.92%

 BLUE value IS 77 (30.47% from 255) = 16.42%

R = 52.67%
G = 30.92%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F7914D (or 0xF7914D) is known color: Sea Buckthorn. HEX triplet: F7, 91 and 4D. RGB value is (247,145,77). Sum of RGB (Red+Green+Blue) = 247+145+77=469 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.67% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 77 (30.47% from 255 or 16.42% from 469); Max value from RGB is 247 - color contains mainly: red. Hex color #F7914D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7914D is #086EB2. Grayscale: #A8A8A8. Windows color (decimal): -552627 or 5083639. OLE color: 5083639.

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

Color convert

RGB 247 145 77 -
CMYK 0 0.41 0.69 0.03
HSL 24º 0.91% 0.64% -
HSV(B) 24º 0.69% 0.97% -
XYZ 49.82 40.56 12.22 -
YUV 167.75 76.79 184.53 -
System Red Green Blue C M Y K H S L
Decimal 247 145 77 0 0.41 0.69 0.03 24 0.91 0.64
Hex F7 91 4D 0 29 45 3 18 5B 40
Octal 367 221 115 0 51 105 3 30 133 100
Binary 11110111 10010001 1001101 0 101001 1000101 11 11000 1011011 1000000

Color Harmonies of #F7914D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7914D

Black with #F7914D

Text Example


Text Example

White with #F7914D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7914D; }

 p { color: rgb(247,145,77); }

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

background-color css

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

 a { background-color: rgb(247,145,77); }

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

border-color css

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

 span { border-color: rgb(247,145,77); }

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