Html Css Color HEX #F7CB9B Peach-Orange

📋 copy color: '#F7CB9B'

red 247 ◦ green 203 ◦ blue 155

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

Shades of Peach-Orange #F7CB9B

Tints of Peach-Orange #F7CB9B

RGB

 RED value IS 247 (96.88% from 255) = 40.83%

 GREEN value IS 203 (79.69% from 255) = 33.55%

 BLUE value IS 155 (60.94% from 255) = 25.62%

R = 40.83%
G = 33.55%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.37

 K value IS 0.03

RGB Variations

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

Color information

#F7CB9B (or 0xF7CB9B) is known color: Peach-Orange. HEX triplet: F7, CB and 9B. RGB value is (247,203,155). Sum of RGB (Red+Green+Blue) = 247+203+155=605 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.83% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 155 (60.94% from 255 or 25.62% from 605); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CB9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CB9B is #083464. Grayscale: #D2D2D2. Windows color (decimal): -537701 or 10210295. OLE color: 10210295.

HSL color Cylindrical-coordinate representation of color #F7CB9B: hue angle of 31.3º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F7CB9B is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 203 155 -
CMYK 0 0.18 0.37 0.03
HSL 31.3º 0.85% 0.79% -
HSV(B) 31.3º 0.37% 0.97% -
XYZ 65.63 64.85 40.07 -
YUV 210.68 96.58 153.9 -
System Red Green Blue C M Y K H S L
Decimal 247 203 155 0 0.18 0.37 0.03 31.3 0.85 0.79
Hex F7 CB 9B 0 12 25 3 1F 55 4F
Octal 367 313 233 0 22 45 3 37 125 117
Binary 11110111 11001011 10011011 0 10010 100101 11 11111 1010101 1001111

Color Harmonies of #F7CB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CB9B

Black with #F7CB9B

Text Example


Text Example

White with #F7CB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CB9B; }

 p { color: rgb(247,203,155); }

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

background-color css

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

 a { background-color: rgb(247,203,155); }

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

border-color css

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

 span { border-color: rgb(247,203,155); }

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