Html Css Color HEX #F38D42 Sea Buckthorn

📋 copy color: '#F38D42'

red 243 ◦ green 141 ◦ blue 66

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

Shades of Sea Buckthorn #F38D42

Tints of Sea Buckthorn #F38D42

RGB

 RED value IS 243 (95.31% from 255) = 54%

 GREEN value IS 141 (55.47% from 255) = 31.33%

 BLUE value IS 66 (26.17% from 255) = 14.67%

R = 54%
G = 31.33%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F38D42 (or 0xF38D42) is known color: Sea Buckthorn. HEX triplet: F3, 8D and 42. RGB value is (243,141,66). Sum of RGB (Red+Green+Blue) = 243+141+66=450 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54% from 450); Green value is 141 (55.47% from 255 or 31.33% from 450); Blue value is 66 (26.17% from 255 or 14.67% from 450); Max value from RGB is 243 - color contains mainly: red. Hex color #F38D42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38D42 is #0C72BD. Grayscale: #A3A3A3. Windows color (decimal): -815806 or 4361715. OLE color: 4361715.

HSL color Cylindrical-coordinate representation of color #F38D42: hue angle of 25.42º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F38D42 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 141 66 -
CMYK 0 0.42 0.73 0.05
HSL 25.42º 0.88% 0.61% -
HSV(B) 25.42º 0.73% 0.95% -
XYZ 47.47 38.5 10.08 -
YUV 162.95 73.29 185.1 -
System Red Green Blue C M Y K H S L
Decimal 243 141 66 0 0.42 0.73 0.05 25.42 0.88 0.61
Hex F3 8D 42 0 2A 49 5 19 58 3D
Octal 363 215 102 0 52 111 5 31 130 75
Binary 11110011 10001101 1000010 0 101010 1001001 101 11001 1011000 111101

Color Harmonies of #F38D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38D42

Black with #F38D42

Text Example


Text Example

White with #F38D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38D42; }

 p { color: rgb(243,141,66); }

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

background-color css

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

 a { background-color: rgb(243,141,66); }

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

border-color css

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

 span { border-color: rgb(243,141,66); }

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