Html Css Color HEX #FB940B Dark Orange

📋 copy color: '#FB940B'

red 251 ◦ green 148 ◦ blue 11

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

Shades of Dark Orange #FB940B

Tints of Dark Orange #FB940B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.68%

R = 61.22%
G = 36.1%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FB940B (or 0xFB940B) is known color: Dark Orange. HEX triplet: FB, 94 and 0B. RGB value is (251,148,11). Sum of RGB (Red+Green+Blue) = 251+148+11=410 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.22% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 11 (4.69% from 255 or 2.68% from 410); Max value from RGB is 251 - color contains mainly: red. Hex color #FB940B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB940B is #046BF4. Grayscale: #A3A3A3. Windows color (decimal): -289781 or 759035. OLE color: 759035.

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

Color convert

RGB 251 148 11 -
CMYK 0 0.41 0.96 0.02
HSL 34.25º 0.97% 0.51% -
HSV(B) 34.25º 0.96% 0.98% -
XYZ 50.43 41.71 5.71 -
YUV 163.18 42.12 190.64 -
System Red Green Blue C M Y K H S L
Decimal 251 148 11 0 0.41 0.96 0.02 34.25 0.97 0.51
Hex FB 94 B 0 29 60 2 22 61 33
Octal 373 224 13 0 51 140 2 42 141 63
Binary 11111011 10010100 1011 0 101001 1100000 10 100010 1100001 110011

Color Harmonies of #FB940B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB940B

Black with #FB940B

Text Example


Text Example

White with #FB940B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB940B; }

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

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

background-color css

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

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

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

border-color css

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

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

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