Html Css Color HEX #F2983F Sea Buckthorn

📋 copy color: '#F2983F'

red 242 ◦ green 152 ◦ blue 63

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

Shades of Sea Buckthorn #F2983F

Tints of Sea Buckthorn #F2983F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.26%

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

R = 52.95%
G = 33.26%
B = 13.79%

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

#F2983F (or 0xF2983F) is known color: Sea Buckthorn. HEX triplet: F2, 98 and 3F. RGB value is (242,152,63). Sum of RGB (Red+Green+Blue) = 242+152+63=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 152 (59.77% from 255 or 33.26% from 457); Blue value is 63 (25% from 255 or 13.79% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F2983F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2983F is #0D67C0. Grayscale: #A9A9A9. Windows color (decimal): -878529 or 4167922. OLE color: 4167922.

HSL color Cylindrical-coordinate representation of color #F2983F: hue angle of 29.83º 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 #F2983F is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 152 63 -
CMYK 0 0.37 0.74 0.05
HSL 29.83º 0.87% 0.6% -
HSV(B) 29.83º 0.74% 0.95% -
XYZ 48.74 41.69 10.18 -
YUV 168.76 68.32 180.24 -
System Red Green Blue C M Y K H S L
Decimal 242 152 63 0 0.37 0.74 0.05 29.83 0.87 0.6
Hex F2 98 3F 0 25 4A 5 1E 57 3C
Octal 362 230 77 0 45 112 5 36 127 74
Binary 11110010 10011000 111111 0 100101 1001010 101 11110 1010111 111100

Color Harmonies of #F2983F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2983F

Black with #F2983F

Text Example


Text Example

White with #F2983F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2983F; }

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

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

background-color css

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

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

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

border-color css

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

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

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