Html Css Color HEX #FD926B Atomic Tangerine

📋 copy color: '#FD926B'

red 253 ◦ green 146 ◦ blue 107

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

Shades of Atomic Tangerine #FD926B

Tints of Atomic Tangerine #FD926B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.85%

 BLUE value IS 107 (42.19% from 255) = 21.15%

R = 50%
G = 28.85%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FD926B (or 0xFD926B) is known color: Atomic Tangerine. HEX triplet: FD, 92 and 6B. RGB value is (253,146,107). Sum of RGB (Red+Green+Blue) = 253+146+107=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 146 (57.42% from 255 or 28.85% from 506); Blue value is 107 (42.19% from 255 or 21.15% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FD926B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD926B is #026D94. Grayscale: #ADADAD. Windows color (decimal): -159125 or 7049981. OLE color: 7049981.

HSL color Cylindrical-coordinate representation of color #FD926B: hue angle of 16.03º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FD926B is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 146 107 -
CMYK 0 0.42 0.58 0.01
HSL 16.03º 0.97% 0.71% -
HSV(B) 16.03º 0.58% 0.99% -
XYZ 53.44 42.5 19.3 -
YUV 173.55 90.45 184.67 -
System Red Green Blue C M Y K H S L
Decimal 253 146 107 0 0.42 0.58 0.01 16.03 0.97 0.71
Hex FD 92 6B 0 2A 3A 1 10 61 47
Octal 375 222 153 0 52 72 1 20 141 107
Binary 11111101 10010010 1101011 0 101010 111010 1 10000 1100001 1000111

Color Harmonies of #FD926B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD926B

Black with #FD926B

Text Example


Text Example

White with #FD926B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD926B; }

 p { color: rgb(253,146,107); }

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

background-color css

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

 a { background-color: rgb(253,146,107); }

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

border-color css

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

 span { border-color: rgb(253,146,107); }

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