Html Css Color HEX #F69F0B Orange Peel

📋 copy color: '#F69F0B'

red 246 ◦ green 159 ◦ blue 11

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

Shades of Orange Peel #F69F0B

Tints of Orange Peel #F69F0B

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.22%

 BLUE value IS 11 (4.69% from 255) = 2.64%

R = 59.13%
G = 38.22%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F69F0B (or 0xF69F0B) is known color: Orange Peel. HEX triplet: F6, 9F and 0B. RGB value is (246,159,11). Sum of RGB (Red+Green+Blue) = 246+159+11=416 (55% of max value = 765). Red value is 246 (96.48% from 255 or 59.13% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 11 (4.69% from 255 or 2.64% from 416); Max value from RGB is 246 - color contains mainly: red. Hex color #F69F0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69F0B is #0960F4. Grayscale: #A8A8A8. Windows color (decimal): -614645 or 761846. OLE color: 761846.

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

Color convert

RGB 246 159 11 -
CMYK 0 0.35 0.96 0.04
HSL 37.79º 0.93% 0.5% -
HSV(B) 37.79º 0.96% 0.96% -
XYZ 50.46 44.41 6.23 -
YUV 168.14 39.32 183.53 -
System Red Green Blue C M Y K H S L
Decimal 246 159 11 0 0.35 0.96 0.04 37.79 0.93 0.5
Hex F6 9F B 0 23 60 4 26 5D 32
Octal 366 237 13 0 43 140 4 46 135 62
Binary 11110110 10011111 1011 0 100011 1100000 100 100110 1011101 110010

Color Harmonies of #F69F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69F0B

Black with #F69F0B

Text Example


Text Example

White with #F69F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69F0B; }

 p { color: rgb(246,159,11); }

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

background-color css

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

 a { background-color: rgb(246,159,11); }

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

border-color css

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

 span { border-color: rgb(246,159,11); }

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