Html Css Color HEX #FB985D Atomic Tangerine

📋 copy color: '#FB985D'

red 251 ◦ green 152 ◦ blue 93

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

Shades of Atomic Tangerine #FB985D

Tints of Atomic Tangerine #FB985D

RGB

 RED value IS 251 (98.44% from 255) = 50.6%

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

 BLUE value IS 93 (36.72% from 255) = 18.75%

R = 50.6%
G = 30.65%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FB985D (or 0xFB985D) is known color: Atomic Tangerine. HEX triplet: FB, 98 and 5D. RGB value is (251,152,93). Sum of RGB (Red+Green+Blue) = 251+152+93=496 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.60% from 496); Green value is 152 (59.77% from 255 or 30.65% from 496); Blue value is 93 (36.72% from 255 or 18.75% from 496); Max value from RGB is 251 - color contains mainly: red. Hex color #FB985D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB985D is #0467A2. Grayscale: #AFAFAF. Windows color (decimal): -288675 or 6134011. OLE color: 6134011.

HSL color Cylindrical-coordinate representation of color #FB985D: hue angle of 22.41º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB985D is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 152 93 -
CMYK 0 0.39 0.63 0.02
HSL 22.41º 0.95% 0.67% -
HSV(B) 22.41º 0.63% 0.98% -
XYZ 52.99 43.76 16.01 -
YUV 174.88 81.8 182.3 -
System Red Green Blue C M Y K H S L
Decimal 251 152 93 0 0.39 0.63 0.02 22.41 0.95 0.67
Hex FB 98 5D 0 27 3F 2 16 5F 43
Octal 373 230 135 0 47 77 2 26 137 103
Binary 11111011 10011000 1011101 0 100111 111111 10 10110 1011111 1000011

Color Harmonies of #FB985D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB985D

Black with #FB985D

Text Example


Text Example

White with #FB985D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB985D; }

 p { color: rgb(251,152,93); }

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

background-color css

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

 a { background-color: rgb(251,152,93); }

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

border-color css

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

 span { border-color: rgb(251,152,93); }

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