Html Css Color HEX #F2993F Sea Buckthorn

📋 copy color: '#F2993F'

red 242 ◦ green 153 ◦ blue 63

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

Shades of Sea Buckthorn #F2993F

Tints of Sea Buckthorn #F2993F

RGB

 RED value IS 242 (94.92% from 255) = 52.84%

 GREEN value IS 153 (60.16% from 255) = 33.41%

 BLUE value IS 63 (25% from 255) = 13.76%

R = 52.84%
G = 33.41%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F2993F (or 0xF2993F) is known color: Sea Buckthorn. HEX triplet: F2, 99 and 3F. RGB value is (242,153,63). Sum of RGB (Red+Green+Blue) = 242+153+63=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 153 (60.16% from 255 or 33.41% from 458); Blue value is 63 (25% from 255 or 13.76% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F2993F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2993F is #0D66C0. Grayscale: #A9A9A9. Windows color (decimal): -878273 or 4168178. OLE color: 4168178.

HSL color Cylindrical-coordinate representation of color #F2993F: hue angle of 30.17º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2993F is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 153 63 -
CMYK 0 0.37 0.74 0.05
HSL 30.17º 0.87% 0.6% -
HSV(B) 30.17º 0.74% 0.95% -
XYZ 48.91 42.02 10.24 -
YUV 169.35 67.99 179.82 -
System Red Green Blue C M Y K H S L
Decimal 242 153 63 0 0.37 0.74 0.05 30.17 0.87 0.6
Hex F2 99 3F 0 25 4A 5 1E 57 3C
Octal 362 231 77 0 45 112 5 36 127 74
Binary 11110010 10011001 111111 0 100101 1001010 101 11110 1010111 111100

Color Harmonies of #F2993F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2993F

Black with #F2993F

Text Example


Text Example

White with #F2993F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2993F; }

 p { color: rgb(242,153,63); }

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

background-color css

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

 a { background-color: rgb(242,153,63); }

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

border-color css

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

 span { border-color: rgb(242,153,63); }

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