Html Css Color HEX #FF940B Dark Orange

📋 copy color: '#FF940B'

red 255 ◦ green 148 ◦ blue 11

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

Shades of Dark Orange #FF940B

Tints of Dark Orange #FF940B

RGB

 RED value IS 255 (100% from 255) = 61.59%

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

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

R = 61.59%
G = 35.75%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF940B (or 0xFF940B) is known color: Dark Orange. HEX triplet: FF, 94 and 0B. RGB value is (255,148,11). Sum of RGB (Red+Green+Blue) = 255+148+11=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 11 (4.69% from 255 or 2.66% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF940B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF940B is #006BF4. Grayscale: #A5A5A5. Windows color (decimal): -27637 or 759039. OLE color: 759039.

HSL color Cylindrical-coordinate representation of color #FF940B: hue angle of 33.69º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF940B is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.

Color convert

RGB 255 148 11 -
CMYK 0 0.42 0.96 0
HSL 33.69º 1% 0.52% -
HSV(B) 33.69º 0.96% 1% -
XYZ 51.89 42.46 5.78 -
YUV 164.38 41.45 192.64 -
System Red Green Blue C M Y K H S L
Decimal 255 148 11 0 0.42 0.96 0 33.69 1 0.52
Hex FF 94 B 0 2A 60 0 22 64 34
Octal 377 224 13 0 52 140 0 42 144 64
Binary 11111111 10010100 1011 0 101010 1100000 0 100010 1100100 110100

Color Harmonies of #FF940B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF940B

Black with #FF940B

Text Example


Text Example

White with #FF940B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF940B; }

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

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

background-color css

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

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

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

border-color css

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

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

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