Html Css Color HEX #F2670D Safety Orange

📋 copy color: '#F2670D'

red 242 ◦ green 103 ◦ blue 13

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

Shades of Safety Orange #F2670D

Tints of Safety Orange #F2670D

RGB

 RED value IS 242 (94.92% from 255) = 67.6%

 GREEN value IS 103 (40.63% from 255) = 28.77%

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

R = 67.6%
G = 28.77%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2670D (or 0xF2670D) is known color: Safety Orange. HEX triplet: F2, 67 and 0D. RGB value is (242,103,13). Sum of RGB (Red+Green+Blue) = 242+103+13=358 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.60% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 13 (5.47% from 255 or 3.63% from 358); Max value from RGB is 242 - color contains mainly: red. Hex color #F2670D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2670D is #0D98F2. Grayscale: #868686. Windows color (decimal): -891123 or 878578. OLE color: 878578.

HSL color Cylindrical-coordinate representation of color #F2670D: hue angle of 23.58º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2670D is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 103 13 -
CMYK 0 0.57 0.95 0.05
HSL 23.58º 0.9% 0.5% -
HSV(B) 23.58º 0.95% 0.95% -
XYZ 41.54 28.61 3.71 -
YUV 134.3 59.55 204.82 -
System Red Green Blue C M Y K H S L
Decimal 242 103 13 0 0.57 0.95 0.05 23.58 0.9 0.5
Hex F2 67 D 0 39 5F 5 18 5A 32
Octal 362 147 15 0 71 137 5 30 132 62
Binary 11110010 1100111 1101 0 111001 1011111 101 11000 1011010 110010

Color Harmonies of #F2670D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2670D

Black with #F2670D

Text Example


Text Example

White with #F2670D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2670D; }

 p { color: rgb(242,103,13); }

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

background-color css

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

 a { background-color: rgb(242,103,13); }

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

border-color css

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

 span { border-color: rgb(242,103,13); }

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