Html Css Color HEX #FFC98F Peach-Orange

📋 copy color: '#FFC98F'

red 255 ◦ green 201 ◦ blue 143

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

Shades of Peach-Orange #FFC98F

Tints of Peach-Orange #FFC98F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.56%

 BLUE value IS 143 (56.25% from 255) = 23.87%

R = 42.57%
G = 33.56%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FFC98F (or 0xFFC98F) is known color: Peach-Orange. HEX triplet: FF, C9 and 8F. RGB value is (255,201,143). Sum of RGB (Red+Green+Blue) = 255+201+143=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 201 (78.91% from 255 or 33.56% from 599); Blue value is 143 (56.25% from 255 or 23.87% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC98F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC98F is #003670. Grayscale: #D2D2D2. Windows color (decimal): -13937 or 9423359. OLE color: 9423359.

HSL color Cylindrical-coordinate representation of color #FFC98F: hue angle of 31.07º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFC98F is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB 255 201 143 -
CMYK 0 0.21 0.44 0
HSL 31.07º 1% 0.78% -
HSV(B) 31.07º 0.44% 1% -
XYZ 67.08 65.02 35 -
YUV 210.53 89.89 159.72 -
System Red Green Blue C M Y K H S L
Decimal 255 201 143 0 0.21 0.44 0 31.07 1 0.78
Hex FF C9 8F 0 15 2C 0 1F 64 4E
Octal 377 311 217 0 25 54 0 37 144 116
Binary 11111111 11001001 10001111 0 10101 101100 0 11111 1100100 1001110

Color Harmonies of #FFC98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC98F

Black with #FFC98F

Text Example


Text Example

White with #FFC98F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC98F; }

 p { color: rgb(255,201,143); }

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

background-color css

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

 a { background-color: rgb(255,201,143); }

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

border-color css

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

 span { border-color: rgb(255,201,143); }

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