Html Css Color HEX #FDA03C Neon Carrot

📋 copy color: '#FDA03C'

red 253 ◦ green 160 ◦ blue 60

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

Shades of Neon Carrot #FDA03C

Tints of Neon Carrot #FDA03C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.83%

 BLUE value IS 60 (23.83% from 255) = 12.68%

R = 53.49%
G = 33.83%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FDA03C (or 0xFDA03C) is known color: Neon Carrot. HEX triplet: FD, A0 and 3C. RGB value is (253,160,60). Sum of RGB (Red+Green+Blue) = 253+160+60=473 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.49% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 60 (23.83% from 255 or 12.68% from 473); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA03C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA03C is #025FC3. Grayscale: #B0B0B0. Windows color (decimal): -155588 or 3973373. OLE color: 3973373.

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

Color convert

RGB 253 160 60 -
CMYK 0 0.37 0.76 0.01
HSL 31.09º 0.98% 0.61% -
HSV(B) 31.09º 0.76% 0.99% -
XYZ 53.89 46.35 10.38 -
YUV 176.41 62.31 182.63 -
System Red Green Blue C M Y K H S L
Decimal 253 160 60 0 0.37 0.76 0.01 31.09 0.98 0.61
Hex FD A0 3C 0 25 4C 1 1F 62 3D
Octal 375 240 74 0 45 114 1 37 142 75
Binary 11111101 10100000 111100 0 100101 1001100 1 11111 1100010 111101

Color Harmonies of #FDA03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA03C

Black with #FDA03C

Text Example


Text Example

White with #FDA03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA03C; }

 p { color: rgb(253,160,60); }

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

background-color css

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

 a { background-color: rgb(253,160,60); }

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

border-color css

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

 span { border-color: rgb(253,160,60); }

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