Html Css Color HEX #FD4F0A International Orange

📋 copy color: '#FD4F0A'

red 253 ◦ green 79 ◦ blue 10

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

Shades of International Orange #FD4F0A

Tints of International Orange #FD4F0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.92%

R = 73.98%
G = 23.1%
B = 2.92%

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

#FD4F0A (or 0xFD4F0A) is known color: International Orange. HEX triplet: FD, 4F and 0A. RGB value is (253,79,10). Sum of RGB (Red+Green+Blue) = 253+79+10=342 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.98% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 10 (4.30% from 255 or 2.92% from 342); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4F0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD4F0A is #02B0F5. Grayscale: #7B7B7B. Windows color (decimal): -176374 or 675837. OLE color: 675837.

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

Color convert

RGB 253 79 10 -
CMYK 0 0.69 0.96 0.01
HSL 17.04º 0.98% 0.52% -
HSV(B) 17.04º 0.96% 0.99% -
XYZ 43.36 26.5 3.12 -
YUV 123.16 64.15 220.61 -
System Red Green Blue C M Y K H S L
Decimal 253 79 10 0 0.69 0.96 0.01 17.04 0.98 0.52
Hex FD 4F A 0 45 60 1 11 62 34
Octal 375 117 12 0 105 140 1 21 142 64
Binary 11111101 1001111 1010 0 1000101 1100000 1 10001 1100010 110100

Color Harmonies of #FD4F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4F0A

Black with #FD4F0A

Text Example


Text Example

White with #FD4F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4F0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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