Html Css Color HEX #FE690C Safety Orange

📋 copy color: '#FE690C'

red 254 ◦ green 105 ◦ blue 12

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

Shades of Safety Orange #FE690C

Tints of Safety Orange #FE690C

RGB

 RED value IS 254 (99.61% from 255) = 68.46%

 GREEN value IS 105 (41.41% from 255) = 28.3%

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

R = 68.46%
G = 28.3%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE690C (or 0xFE690C) is known color: Safety Orange. HEX triplet: FE, 69 and 0C. RGB value is (254,105,12). Sum of RGB (Red+Green+Blue) = 254+105+12=371 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.46% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 12 (5.08% from 255 or 3.23% from 371); Max value from RGB is 254 - color contains mainly: red. Hex color #FE690C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE690C is #0196F3. Grayscale: #8B8B8B. Windows color (decimal): -104180 or 813566. OLE color: 813566.

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

Color convert

RGB 254 105 12 -
CMYK 0 0.59 0.95 0.00
HSL 23.06º 0.99% 0.52% -
HSV(B) 23.06º 0.95% 1% -
XYZ 45.99 31.2 3.95 -
YUV 138.95 56.36 210.06 -
System Red Green Blue C M Y K H S L
Decimal 254 105 12 0 0.59 0.95 0.00 23.06 0.99 0.52
Hex FE 69 C 0 3B 5F 0 17 63 34
Octal 376 151 14 0 73 137 0 27 143 64
Binary 11111110 1101001 1100 0 111011 1011111 0 10111 1100011 110100

Color Harmonies of #FE690C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE690C

Black with #FE690C

Text Example


Text Example

White with #FE690C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE690C; }

 p { color: rgb(254,105,12); }

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

background-color css

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

 a { background-color: rgb(254,105,12); }

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

border-color css

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

 span { border-color: rgb(254,105,12); }

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