Html Css Color HEX #FB9A2D Neon Carrot

📋 copy color: '#FB9A2D'

red 251 ◦ green 154 ◦ blue 45

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

Shades of Neon Carrot #FB9A2D

Tints of Neon Carrot #FB9A2D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.22%

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

R = 55.78%
G = 34.22%
B = 10%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FB9A2D (or 0xFB9A2D) is known color: Neon Carrot. HEX triplet: FB, 9A and 2D. RGB value is (251,154,45). Sum of RGB (Red+Green+Blue) = 251+154+45=450 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.78% from 450); Green value is 154 (60.55% from 255 or 34.22% from 450); Blue value is 45 (17.97% from 255 or 10% from 450); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9A2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB9A2D is #0465D2. Grayscale: #ABABAB. Windows color (decimal): -288211 or 2988795. OLE color: 2988795.

HSL color Cylindrical-coordinate representation of color #FB9A2D: hue angle of 31.75º 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 #FB9A2D is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 154 45 -
CMYK 0 0.39 0.82 0.02
HSL 31.75º 0.96% 0.58% -
HSV(B) 31.75º 0.82% 0.98% -
XYZ 51.81 43.81 8.21 -
YUV 170.58 57.14 185.36 -
System Red Green Blue C M Y K H S L
Decimal 251 154 45 0 0.39 0.82 0.02 31.75 0.96 0.58
Hex FB 9A 2D 0 27 52 2 20 60 3A
Octal 373 232 55 0 47 122 2 40 140 72
Binary 11111011 10011010 101101 0 100111 1010010 10 100000 1100000 111010

Color Harmonies of #FB9A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9A2D

Black with #FB9A2D

Text Example


Text Example

White with #FB9A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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