Html Css Color HEX #FD8B2F Neon Carrot

📋 copy color: '#FD8B2F'

red 253 ◦ green 139 ◦ blue 47

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

Shades of Neon Carrot #FD8B2F

Tints of Neon Carrot #FD8B2F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.66%

 BLUE value IS 47 (18.75% from 255) = 10.71%

R = 57.63%
G = 31.66%
B = 10.71%

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

#FD8B2F (or 0xFD8B2F) is known color: Neon Carrot. HEX triplet: FD, 8B and 2F. RGB value is (253,139,47). Sum of RGB (Red+Green+Blue) = 253+139+47=439 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.63% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 47 (18.75% from 255 or 10.71% from 439); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8B2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8B2F is #0274D0. Grayscale: #A3A3A3. Windows color (decimal): -160977 or 3116029. OLE color: 3116029.

HSL color Cylindrical-coordinate representation of color #FD8B2F: hue angle of 26.8º 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 #FD8B2F is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 139 47 -
CMYK 0 0.45 0.81 0.01
HSL 26.8º 0.98% 0.59% -
HSV(B) 26.8º 0.81% 0.99% -
XYZ 50.25 39.55 7.68 -
YUV 162.6 62.77 192.48 -
System Red Green Blue C M Y K H S L
Decimal 253 139 47 0 0.45 0.81 0.01 26.8 0.98 0.59
Hex FD 8B 2F 0 2D 51 1 1B 62 3B
Octal 375 213 57 0 55 121 1 33 142 73
Binary 11111101 10001011 101111 0 101101 1010001 1 11011 1100010 111011

Color Harmonies of #FD8B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8B2F

Black with #FD8B2F

Text Example


Text Example

White with #FD8B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8B2F; }

 p { color: rgb(253,139,47); }

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

background-color css

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

 a { background-color: rgb(253,139,47); }

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

border-color css

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

 span { border-color: rgb(253,139,47); }

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