Html Css Color HEX #FD8C30 Neon Carrot

📋 copy color: '#FD8C30'

red 253 ◦ green 140 ◦ blue 48

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

Shades of Neon Carrot #FD8C30

Tints of Neon Carrot #FD8C30

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.75%

 BLUE value IS 48 (19.14% from 255) = 10.88%

R = 57.37%
G = 31.75%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FD8C30 (or 0xFD8C30) is known color: Neon Carrot. HEX triplet: FD, 8C and 30. RGB value is (253,140,48). Sum of RGB (Red+Green+Blue) = 253+140+48=441 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.37% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 48 (19.14% from 255 or 10.88% from 441); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8C30 is #0273CF. Grayscale: #A3A3A3. Windows color (decimal): -160720 or 3181821. OLE color: 3181821.

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

Color convert

RGB 253 140 48 -
CMYK 0 0.45 0.81 0.01
HSL 26.93º 0.98% 0.59% -
HSV(B) 26.93º 0.81% 0.99% -
XYZ 50.42 39.85 7.83 -
YUV 163.3 62.94 191.98 -
System Red Green Blue C M Y K H S L
Decimal 253 140 48 0 0.45 0.81 0.01 26.93 0.98 0.59
Hex FD 8C 30 0 2D 51 1 1B 62 3B
Octal 375 214 60 0 55 121 1 33 142 73
Binary 11111101 10001100 110000 0 101101 1010001 1 11011 1100010 111011

Color Harmonies of #FD8C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8C30

Black with #FD8C30

Text Example


Text Example

White with #FD8C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8C30; }

 p { color: rgb(253,140,48); }

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

background-color css

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

 a { background-color: rgb(253,140,48); }

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

border-color css

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

 span { border-color: rgb(253,140,48); }

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