Html Css Color HEX #FB4F0C International Orange

📋 copy color: '#FB4F0C'

red 251 ◦ green 79 ◦ blue 12

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

Shades of International Orange #FB4F0C

Tints of International Orange #FB4F0C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.1%

 BLUE value IS 12 (5.08% from 255) = 3.51%

R = 73.39%
G = 23.1%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FB4F0C (or 0xFB4F0C) is known color: International Orange. HEX triplet: FB, 4F and 0C. RGB value is (251,79,12). Sum of RGB (Red+Green+Blue) = 251+79+12=342 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.39% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 12 (5.08% from 255 or 3.51% from 342); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4F0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB4F0C is #04B0F3. Grayscale: #7B7B7B. Windows color (decimal): -307444 or 806907. OLE color: 806907.

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

Color convert

RGB 251 79 12 -
CMYK 0 0.69 0.95 0.02
HSL 16.82º 0.97% 0.52% -
HSV(B) 16.82º 0.95% 0.98% -
XYZ 42.65 26.13 3.14 -
YUV 122.79 65.48 219.45 -
System Red Green Blue C M Y K H S L
Decimal 251 79 12 0 0.69 0.95 0.02 16.82 0.97 0.52
Hex FB 4F C 0 45 5F 2 11 61 34
Octal 373 117 14 0 105 137 2 21 141 64
Binary 11111011 1001111 1100 0 1000101 1011111 10 10001 1100001 110100

Color Harmonies of #FB4F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4F0C

Black with #FB4F0C

Text Example


Text Example

White with #FB4F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4F0C; }

 p { color: rgb(251,79,12); }

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

background-color css

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

 a { background-color: rgb(251,79,12); }

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

border-color css

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

 span { border-color: rgb(251,79,12); }

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