Html Css Color HEX #F2984B Sea Buckthorn

📋 copy color: '#F2984B'

red 242 ◦ green 152 ◦ blue 75

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

Shades of Sea Buckthorn #F2984B

Tints of Sea Buckthorn #F2984B

RGB

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

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

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

R = 51.6%
G = 32.41%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2984B (or 0xF2984B) is known color: Sea Buckthorn. HEX triplet: F2, 98 and 4B. RGB value is (242,152,75). Sum of RGB (Red+Green+Blue) = 242+152+75=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 75 (29.69% from 255 or 15.99% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F2984B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2984B is #0D67B4. Grayscale: #AAAAAA. Windows color (decimal): -878517 or 4954354. OLE color: 4954354.

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

Color convert

RGB 242 152 75 -
CMYK 0 0.37 0.69 0.05
HSL 27.66º 0.87% 0.62% -
HSV(B) 27.66º 0.69% 0.95% -
XYZ 49.12 41.84 12.14 -
YUV 170.13 74.32 179.26 -
System Red Green Blue C M Y K H S L
Decimal 242 152 75 0 0.37 0.69 0.05 27.66 0.87 0.62
Hex F2 98 4B 0 25 45 5 1C 57 3E
Octal 362 230 113 0 45 105 5 34 127 76
Binary 11110010 10011000 1001011 0 100101 1000101 101 11100 1010111 111110

Color Harmonies of #F2984B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2984B

Black with #F2984B

Text Example


Text Example

White with #F2984B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2984B; }

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

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

background-color css

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

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

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

border-color css

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

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

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