Html Css Color HEX #FF4F0D International Orange

📋 copy color: '#FF4F0D'

red 255 ◦ green 79 ◦ blue 13

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

Shades of International Orange #FF4F0D

Tints of International Orange #FF4F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.75%

R = 73.49%
G = 22.77%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF4F0D (or 0xFF4F0D) is known color: International Orange. HEX triplet: FF, 4F and 0D. RGB value is (255,79,13). Sum of RGB (Red+Green+Blue) = 255+79+13=347 (45% of max value = 765). Red value is 255 (100% from 255 or 73.49% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 13 (5.47% from 255 or 3.75% from 347); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4F0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF4F0D is #00B0F2. Grayscale: #7C7C7C. Windows color (decimal): -45299 or 872447. OLE color: 872447.

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

Color convert

RGB 255 79 13 -
CMYK 0 0.69 0.95 0
HSL 16.36º 1% 0.53% -
HSV(B) 16.36º 0.95% 1% -
XYZ 44.11 26.88 3.24 -
YUV 124.1 65.31 221.37 -
System Red Green Blue C M Y K H S L
Decimal 255 79 13 0 0.69 0.95 0 16.36 1 0.53
Hex FF 4F D 0 45 5F 0 10 64 35
Octal 377 117 15 0 105 137 0 20 144 65
Binary 11111111 1001111 1101 0 1000101 1011111 0 10000 1100100 110101

Color Harmonies of #FF4F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4F0D

Black with #FF4F0D

Text Example


Text Example

White with #FF4F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4F0D; }

 p { color: rgb(255,79,13); }

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

background-color css

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

 a { background-color: rgb(255,79,13); }

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

border-color css

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

 span { border-color: rgb(255,79,13); }

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