Html Css Color HEX #FD8D42 Sea Buckthorn

📋 copy color: '#FD8D42'

red 253 ◦ green 141 ◦ blue 66

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

Shades of Sea Buckthorn #FD8D42

Tints of Sea Buckthorn #FD8D42

RGB

 RED value IS 253 (99.22% from 255) = 55%

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

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

R = 55%
G = 30.65%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FD8D42 (or 0xFD8D42) is known color: Sea Buckthorn. HEX triplet: FD, 8D and 42. RGB value is (253,141,66). Sum of RGB (Red+Green+Blue) = 253+141+66=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 66 (26.17% from 255 or 14.35% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8D42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8D42 is #0272BD. Grayscale: #A6A6A6. Windows color (decimal): -160446 or 4361725. OLE color: 4361725.

HSL color Cylindrical-coordinate representation of color #FD8D42: hue angle of 24.06º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FD8D42 is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 141 66 -
CMYK 0 0.44 0.74 0.01
HSL 24.06º 0.98% 0.63% -
HSV(B) 24.06º 0.74% 0.99% -
XYZ 51.02 40.33 10.25 -
YUV 165.94 71.61 190.1 -
System Red Green Blue C M Y K H S L
Decimal 253 141 66 0 0.44 0.74 0.01 24.06 0.98 0.63
Hex FD 8D 42 0 2C 4A 1 18 62 3F
Octal 375 215 102 0 54 112 1 30 142 77
Binary 11111101 10001101 1000010 0 101100 1001010 1 11000 1100010 111111

Color Harmonies of #FD8D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8D42

Black with #FD8D42

Text Example


Text Example

White with #FD8D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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