Html Css Color HEX #FB8C2A Neon Carrot

📋 copy color: '#FB8C2A'

red 251 ◦ green 140 ◦ blue 42

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

Shades of Neon Carrot #FB8C2A

Tints of Neon Carrot #FB8C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.7%

R = 57.97%
G = 32.33%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FB8C2A (or 0xFB8C2A) is known color: Neon Carrot. HEX triplet: FB, 8C and 2A. RGB value is (251,140,42). Sum of RGB (Red+Green+Blue) = 251+140+42=433 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.97% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 42 (16.80% from 255 or 9.70% from 433); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8C2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8C2A is #0473D5. Grayscale: #A2A2A2. Windows color (decimal): -291798 or 2788603. OLE color: 2788603.

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

Color convert

RGB 251 140 42 -
CMYK 0 0.44 0.83 0.02
HSL 28.13º 0.96% 0.57% -
HSV(B) 28.13º 0.83% 0.98% -
XYZ 49.58 39.43 7.19 -
YUV 162.02 60.27 191.47 -
System Red Green Blue C M Y K H S L
Decimal 251 140 42 0 0.44 0.83 0.02 28.13 0.96 0.57
Hex FB 8C 2A 0 2C 53 2 1C 60 39
Octal 373 214 52 0 54 123 2 34 140 71
Binary 11111011 10001100 101010 0 101100 1010011 10 11100 1100000 111001

Color Harmonies of #FB8C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8C2A

Black with #FB8C2A

Text Example


Text Example

White with #FB8C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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