Html Css Color HEX #F69A0D Orange Peel

📋 copy color: '#F69A0D'

red 246 ◦ green 154 ◦ blue 13

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

Shades of Orange Peel #F69A0D

Tints of Orange Peel #F69A0D

RGB

 RED value IS 246 (96.48% from 255) = 59.56%

 GREEN value IS 154 (60.55% from 255) = 37.29%

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

R = 59.56%
G = 37.29%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F69A0D (or 0xF69A0D) is known color: Orange Peel. HEX triplet: F6, 9A and 0D. RGB value is (246,154,13). Sum of RGB (Red+Green+Blue) = 246+154+13=413 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.56% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 13 (5.47% from 255 or 3.15% from 413); Max value from RGB is 246 - color contains mainly: red. Hex color #F69A0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69A0D is #0965F2. Grayscale: #A6A6A6. Windows color (decimal): -615923 or 891638. OLE color: 891638.

HSL color Cylindrical-coordinate representation of color #F69A0D: hue angle of 36.31º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F69A0D is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 154 13 -
CMYK 0 0.37 0.95 0.04
HSL 36.31º 0.93% 0.51% -
HSV(B) 36.31º 0.95% 0.96% -
XYZ 49.63 42.73 6.01 -
YUV 165.43 41.98 185.46 -
System Red Green Blue C M Y K H S L
Decimal 246 154 13 0 0.37 0.95 0.04 36.31 0.93 0.51
Hex F6 9A D 0 25 5F 4 24 5D 33
Octal 366 232 15 0 45 137 4 44 135 63
Binary 11110110 10011010 1101 0 100101 1011111 100 100100 1011101 110011

Color Harmonies of #F69A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69A0D

Black with #F69A0D

Text Example


Text Example

White with #F69A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69A0D; }

 p { color: rgb(246,154,13); }

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

background-color css

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

 a { background-color: rgb(246,154,13); }

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

border-color css

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

 span { border-color: rgb(246,154,13); }

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