Html Css Color HEX #FF690D Safety Orange

📋 copy color: '#FF690D'

red 255 ◦ green 105 ◦ blue 13

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

Shades of Safety Orange #FF690D

Tints of Safety Orange #FF690D

RGB

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

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

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

R = 68.36%
G = 28.15%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF690D (or 0xFF690D) is known color: Safety Orange. HEX triplet: FF, 69 and 0D. RGB value is (255,105,13). Sum of RGB (Red+Green+Blue) = 255+105+13=373 (49% of max value = 765). Red value is 255 (100% from 255 or 68.36% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 13 (5.47% from 255 or 3.49% from 373); Max value from RGB is 255 - color contains mainly: red. Hex color #FF690D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF690D is #0096F2. Grayscale: #8B8B8B. Windows color (decimal): -38643 or 879103. OLE color: 879103.

HSL color Cylindrical-coordinate representation of color #FF690D: hue angle of 22.81º 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 #FF690D is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 255 105 13 -
CMYK 0 0.59 0.95 0
HSL 22.81º 1% 0.53% -
HSV(B) 22.81º 0.95% 1% -
XYZ 46.36 31.39 4 -
YUV 139.36 56.7 210.48 -
System Red Green Blue C M Y K H S L
Decimal 255 105 13 0 0.59 0.95 0 22.81 1 0.53
Hex FF 69 D 0 3B 5F 0 17 64 35
Octal 377 151 15 0 73 137 0 27 144 65
Binary 11111111 1101001 1101 0 111011 1011111 0 10111 1100100 110101

Color Harmonies of #FF690D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF690D

Black with #FF690D

Text Example


Text Example

White with #FF690D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF690D; }

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

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

background-color css

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

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

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

border-color css

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

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

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