Html Css Color HEX #FD925C Atomic Tangerine

📋 copy color: '#FD925C'

red 253 ◦ green 146 ◦ blue 92

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

Shades of Atomic Tangerine #FD925C

Tints of Atomic Tangerine #FD925C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.74%

R = 51.53%
G = 29.74%
B = 18.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD925C (or 0xFD925C) is known color: Atomic Tangerine. HEX triplet: FD, 92 and 5C. RGB value is (253,146,92). Sum of RGB (Red+Green+Blue) = 253+146+92=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 146 (57.42% from 255 or 29.74% from 491); Blue value is 92 (36.33% from 255 or 18.74% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FD925C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD925C is #026DA3. Grayscale: #ACACAC. Windows color (decimal): -159140 or 6066941. OLE color: 6066941.

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

Color convert

RGB 253 146 92 -
CMYK 0 0.42 0.64 0.01
HSL 20.12º 0.98% 0.68% -
HSV(B) 20.12º 0.64% 0.99% -
XYZ 52.72 42.21 15.49 -
YUV 171.84 82.95 185.89 -
System Red Green Blue C M Y K H S L
Decimal 253 146 92 0 0.42 0.64 0.01 20.12 0.98 0.68
Hex FD 92 5C 0 2A 40 1 14 62 44
Octal 375 222 134 0 52 100 1 24 142 104
Binary 11111101 10010010 1011100 0 101010 1000000 1 10100 1100010 1000100

Color Harmonies of #FD925C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD925C

Black with #FD925C

Text Example


Text Example

White with #FD925C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD925C; }

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

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

background-color css

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

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

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

border-color css

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

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

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