Html Css Color HEX #FB941D Carrot Orange

📋 copy color: '#FB941D'

red 251 ◦ green 148 ◦ blue 29

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

Shades of Carrot Orange #FB941D

Tints of Carrot Orange #FB941D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.58%

 BLUE value IS 29 (11.72% from 255) = 6.78%

R = 58.64%
G = 34.58%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FB941D (or 0xFB941D) is known color: Carrot Orange. HEX triplet: FB, 94 and 1D. RGB value is (251,148,29). Sum of RGB (Red+Green+Blue) = 251+148+29=428 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.64% from 428); Green value is 148 (58.20% from 255 or 34.58% from 428); Blue value is 29 (11.72% from 255 or 6.78% from 428); Max value from RGB is 251 - color contains mainly: red. Hex color #FB941D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB941D is #046BE2. Grayscale: #A5A5A5. Windows color (decimal): -289763 or 1938683. OLE color: 1938683.

HSL color Cylindrical-coordinate representation of color #FB941D: hue angle of 32.16º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB941D is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 148 29 -
CMYK 0 0.41 0.88 0.02
HSL 32.16º 0.97% 0.55% -
HSV(B) 32.16º 0.88% 0.98% -
XYZ 50.6 41.78 6.56 -
YUV 165.23 51.12 189.18 -
System Red Green Blue C M Y K H S L
Decimal 251 148 29 0 0.41 0.88 0.02 32.16 0.97 0.55
Hex FB 94 1D 0 29 58 2 20 61 37
Octal 373 224 35 0 51 130 2 40 141 67
Binary 11111011 10010100 11101 0 101001 1011000 10 100000 1100001 110111

Color Harmonies of #FB941D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB941D

Black with #FB941D

Text Example


Text Example

White with #FB941D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB941D; }

 p { color: rgb(251,148,29); }

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

background-color css

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

 a { background-color: rgb(251,148,29); }

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

border-color css

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

 span { border-color: rgb(251,148,29); }

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