Html Css Color HEX #FD4F0B International Orange

📋 copy color: '#FD4F0B'

red 253 ◦ green 79 ◦ blue 11

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

Shades of International Orange #FD4F0B

Tints of International Orange #FD4F0B

RGB

 RED value IS 253 (99.22% from 255) = 73.76%

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

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

R = 73.76%
G = 23.03%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FD4F0B (or 0xFD4F0B) is known color: International Orange. HEX triplet: FD, 4F and 0B. RGB value is (253,79,11). Sum of RGB (Red+Green+Blue) = 253+79+11=343 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.76% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 11 (4.69% from 255 or 3.21% from 343); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4F0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD4F0B is #02B0F4. Grayscale: #7B7B7B. Windows color (decimal): -176373 or 741373. OLE color: 741373.

HSL color Cylindrical-coordinate representation of color #FD4F0B: hue angle of 16.86º 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 #FD4F0B is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 79 11 -
CMYK 0 0.69 0.96 0.01
HSL 16.86º 0.98% 0.52% -
HSV(B) 16.86º 0.96% 0.99% -
XYZ 43.36 26.5 3.15 -
YUV 123.27 64.65 220.53 -
System Red Green Blue C M Y K H S L
Decimal 253 79 11 0 0.69 0.96 0.01 16.86 0.98 0.52
Hex FD 4F B 0 45 60 1 11 62 34
Octal 375 117 13 0 105 140 1 21 142 64
Binary 11111101 1001111 1011 0 1000101 1100000 1 10001 1100010 110100

Color Harmonies of #FD4F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4F0B

Black with #FD4F0B

Text Example


Text Example

White with #FD4F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4F0B; }

 p { color: rgb(253,79,11); }

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

background-color css

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

 a { background-color: rgb(253,79,11); }

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

border-color css

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

 span { border-color: rgb(253,79,11); }

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