Html Css Color HEX #F09452 Sea Buckthorn

📋 copy color: '#F09452'

red 240 ◦ green 148 ◦ blue 82

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

Shades of Sea Buckthorn #F09452

Tints of Sea Buckthorn #F09452

RGB

 RED value IS 240 (94.14% from 255) = 51.06%

 GREEN value IS 148 (58.2% from 255) = 31.49%

 BLUE value IS 82 (32.42% from 255) = 17.45%

R = 51.06%
G = 31.49%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F09452 (or 0xF09452) is known color: Sea Buckthorn. HEX triplet: F0, 94 and 52. RGB value is (240,148,82). Sum of RGB (Red+Green+Blue) = 240+148+82=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 148 (58.20% from 255 or 31.49% from 470); Blue value is 82 (32.42% from 255 or 17.45% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F09452 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09452 is #0F6BAD. Grayscale: #A8A8A8. Windows color (decimal): -1010606 or 5412080. OLE color: 5412080.

HSL color Cylindrical-coordinate representation of color #F09452: hue angle of 25.06º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F09452 is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 148 82 -
CMYK 0 0.38 0.66 0.06
HSL 25.06º 0.84% 0.63% -
HSV(B) 25.06º 0.66% 0.94% -
XYZ 48.05 40.31 13.23 -
YUV 167.98 79.48 179.37 -
System Red Green Blue C M Y K H S L
Decimal 240 148 82 0 0.38 0.66 0.06 25.06 0.84 0.63
Hex F0 94 52 0 26 42 6 19 54 3F
Octal 360 224 122 0 46 102 6 31 124 77
Binary 11110000 10010100 1010010 0 100110 1000010 110 11001 1010100 111111

Color Harmonies of #F09452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09452

Black with #F09452

Text Example


Text Example

White with #F09452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09452; }

 p { color: rgb(240,148,82); }

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

background-color css

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

 a { background-color: rgb(240,148,82); }

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

border-color css

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

 span { border-color: rgb(240,148,82); }

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