Html Css Color HEX #F9914B Sea Buckthorn

📋 copy color: '#F9914B'

red 249 ◦ green 145 ◦ blue 75

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

Shades of Sea Buckthorn #F9914B

Tints of Sea Buckthorn #F9914B

RGB

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

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

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

R = 53.09%
G = 30.92%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#F9914B (or 0xF9914B) is known color: Sea Buckthorn. HEX triplet: F9, 91 and 4B. RGB value is (249,145,75). Sum of RGB (Red+Green+Blue) = 249+145+75=469 (62% of max value = 765). Red value is 249 (97.66% from 255 or 53.09% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 75 (29.69% from 255 or 15.99% from 469); Max value from RGB is 249 - color contains mainly: red. Hex color #F9914B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9914B is #066EB4. Grayscale: #A8A8A8. Windows color (decimal): -421557 or 4952569. OLE color: 4952569.

HSL color Cylindrical-coordinate representation of color #F9914B: hue angle of 24.14º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F9914B is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 145 75 -
CMYK 0 0.42 0.70 0.02
HSL 24.14º 0.94% 0.64% -
HSV(B) 24.14º 0.7% 0.98% -
XYZ 50.46 40.9 11.89 -
YUV 168.12 75.46 185.69 -
System Red Green Blue C M Y K H S L
Decimal 249 145 75 0 0.42 0.70 0.02 24.14 0.94 0.64
Hex F9 91 4B 0 2A 46 2 18 5E 40
Octal 371 221 113 0 52 106 2 30 136 100
Binary 11111001 10010001 1001011 0 101010 1000110 10 11000 1011110 1000000

Color Harmonies of #F9914B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9914B

Black with #F9914B

Text Example


Text Example

White with #F9914B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9914B; }

 p { color: rgb(249,145,75); }

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

background-color css

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

 a { background-color: rgb(249,145,75); }

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

border-color css

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

 span { border-color: rgb(249,145,75); }

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