Html Css Color HEX #FC940B Dark Orange

📋 copy color: '#FC940B'

red 252 ◦ green 148 ◦ blue 11

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

Shades of Dark Orange #FC940B

Tints of Dark Orange #FC940B

RGB

 RED value IS 252 (98.83% from 255) = 61.31%

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

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

R = 61.31%
G = 36.01%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC940B (or 0xFC940B) is known color: Dark Orange. HEX triplet: FC, 94 and 0B. RGB value is (252,148,11). Sum of RGB (Red+Green+Blue) = 252+148+11=411 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.31% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 11 (4.69% from 255 or 2.68% from 411); Max value from RGB is 252 - color contains mainly: red. Hex color #FC940B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC940B is #036BF4. Grayscale: #A4A4A4. Windows color (decimal): -224245 or 759036. OLE color: 759036.

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

Color convert

RGB 252 148 11 -
CMYK 0 0.41 0.96 0.01
HSL 34.11º 0.98% 0.52% -
HSV(B) 34.11º 0.96% 0.99% -
XYZ 50.8 41.9 5.73 -
YUV 163.48 41.96 191.14 -
System Red Green Blue C M Y K H S L
Decimal 252 148 11 0 0.41 0.96 0.01 34.11 0.98 0.52
Hex FC 94 B 0 29 60 1 22 62 34
Octal 374 224 13 0 51 140 1 42 142 64
Binary 11111100 10010100 1011 0 101001 1100000 1 100010 1100010 110100

Color Harmonies of #FC940B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC940B

Black with #FC940B

Text Example


Text Example

White with #FC940B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC940B; }

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

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

background-color css

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

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

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

border-color css

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

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

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