Html Css Color HEX #F99245 Sea Buckthorn

📋 copy color: '#F99245'

red 249 ◦ green 146 ◦ blue 69

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

Shades of Sea Buckthorn #F99245

Tints of Sea Buckthorn #F99245

RGB

 RED value IS 249 (97.66% from 255) = 53.66%

 GREEN value IS 146 (57.42% from 255) = 31.47%

 BLUE value IS 69 (27.34% from 255) = 14.87%

R = 53.66%
G = 31.47%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#F99245 (or 0xF99245) is known color: Sea Buckthorn. HEX triplet: F9, 92 and 45. RGB value is (249,146,69). Sum of RGB (Red+Green+Blue) = 249+146+69=464 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.66% from 464); Green value is 146 (57.42% from 255 or 31.47% from 464); Blue value is 69 (27.34% from 255 or 14.87% from 464); Max value from RGB is 249 - color contains mainly: red. Hex color #F99245 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F99245 is #066DBA. Grayscale: #A8A8A8. Windows color (decimal): -421307 or 4559609. OLE color: 4559609.

HSL color Cylindrical-coordinate representation of color #F99245: hue angle of 25.67º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F99245 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 146 69 -
CMYK 0 0.41 0.72 0.02
HSL 25.67º 0.94% 0.62% -
HSV(B) 25.67º 0.72% 0.98% -
XYZ 50.42 41.13 10.91 -
YUV 168.02 72.12 185.76 -
System Red Green Blue C M Y K H S L
Decimal 249 146 69 0 0.41 0.72 0.02 25.67 0.94 0.62
Hex F9 92 45 0 29 48 2 1A 5E 3E
Octal 371 222 105 0 51 110 2 32 136 76
Binary 11111001 10010010 1000101 0 101001 1001000 10 11010 1011110 111110

Color Harmonies of #F99245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99245

Black with #F99245

Text Example


Text Example

White with #F99245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99245; }

 p { color: rgb(249,146,69); }

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

background-color css

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

 a { background-color: rgb(249,146,69); }

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

border-color css

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

 span { border-color: rgb(249,146,69); }

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