Html Css Color HEX #FB8C2D Neon Carrot

📋 copy color: '#FB8C2D'

red 251 ◦ green 140 ◦ blue 45

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

Shades of Neon Carrot #FB8C2D

Tints of Neon Carrot #FB8C2D

RGB

 RED value IS 251 (98.44% from 255) = 57.57%

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

 BLUE value IS 45 (17.97% from 255) = 10.32%

R = 57.57%
G = 32.11%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FB8C2D (or 0xFB8C2D) is known color: Neon Carrot. HEX triplet: FB, 8C and 2D. RGB value is (251,140,45). Sum of RGB (Red+Green+Blue) = 251+140+45=436 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.57% from 436); Green value is 140 (55.08% from 255 or 32.11% from 436); Blue value is 45 (17.97% from 255 or 10.32% from 436); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8C2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8C2D is #0473D2. Grayscale: #A2A2A2. Windows color (decimal): -291795 or 2985211. OLE color: 2985211.

HSL color Cylindrical-coordinate representation of color #FB8C2D: hue angle of 27.67º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB8C2D is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 140 45 -
CMYK 0 0.44 0.82 0.02
HSL 27.67º 0.96% 0.58% -
HSV(B) 27.67º 0.82% 0.98% -
XYZ 49.64 39.45 7.48 -
YUV 162.36 61.77 191.22 -
System Red Green Blue C M Y K H S L
Decimal 251 140 45 0 0.44 0.82 0.02 27.67 0.96 0.58
Hex FB 8C 2D 0 2C 52 2 1C 60 3A
Octal 373 214 55 0 54 122 2 34 140 72
Binary 11111011 10001100 101101 0 101100 1010010 10 11100 1100000 111010

Color Harmonies of #FB8C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8C2D

Black with #FB8C2D

Text Example


Text Example

White with #FB8C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8C2D; }

 p { color: rgb(251,140,45); }

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

background-color css

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

 a { background-color: rgb(251,140,45); }

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

border-color css

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

 span { border-color: rgb(251,140,45); }

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