Html Css Color HEX #F2983E Sea Buckthorn

📋 copy color: '#F2983E'

red 242 ◦ green 152 ◦ blue 62

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

Shades of Sea Buckthorn #F2983E

Tints of Sea Buckthorn #F2983E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.6%

R = 53.07%
G = 33.33%
B = 13.6%

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

#F2983E (or 0xF2983E) is known color: Sea Buckthorn. HEX triplet: F2, 98 and 3E. RGB value is (242,152,62). Sum of RGB (Red+Green+Blue) = 242+152+62=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 152 (59.77% from 255 or 33.33% from 456); Blue value is 62 (24.61% from 255 or 13.60% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F2983E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2983E is #0D67C1. Grayscale: #A9A9A9. Windows color (decimal): -878530 or 4102386. OLE color: 4102386.

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

Color convert

RGB 242 152 62 -
CMYK 0 0.37 0.74 0.05
HSL 30º 0.87% 0.6% -
HSV(B) 30º 0.74% 0.95% -
XYZ 48.72 41.68 10.04 -
YUV 168.65 67.82 180.32 -
System Red Green Blue C M Y K H S L
Decimal 242 152 62 0 0.37 0.74 0.05 30 0.87 0.6
Hex F2 98 3E 0 25 4A 5 1E 57 3C
Octal 362 230 76 0 45 112 5 36 127 74
Binary 11110010 10011000 111110 0 100101 1001010 101 11110 1010111 111100

Color Harmonies of #F2983E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2983E

Black with #F2983E

Text Example


Text Example

White with #F2983E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2983E; }

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

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

background-color css

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

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

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

border-color css

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

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

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