Html Css Color HEX #F2C17F Corvette

📋 copy color: '#F2C17F'

red 242 ◦ green 193 ◦ blue 127

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

Shades of Corvette #F2C17F

Tints of Corvette #F2C17F

RGB

 RED value IS 242 (94.92% from 255) = 43.06%

 GREEN value IS 193 (75.78% from 255) = 34.34%

 BLUE value IS 127 (50% from 255) = 22.6%

R = 43.06%
G = 34.34%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2C17F (or 0xF2C17F) is known color: Corvette. HEX triplet: F2, C1 and 7F. RGB value is (242,193,127). Sum of RGB (Red+Green+Blue) = 242+193+127=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 193 (75.78% from 255 or 34.34% from 562); Blue value is 127 (50% from 255 or 22.60% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C17F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C17F is #0D3E80. Grayscale: #C8C8C8. Windows color (decimal): -867969 or 8372722. OLE color: 8372722.

HSL color Cylindrical-coordinate representation of color #F2C17F: hue angle of 34.43º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F2C17F is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 193 127 -
CMYK 0 0.20 0.48 0.05
HSL 34.43º 0.82% 0.72% -
HSV(B) 34.43º 0.48% 0.95% -
XYZ 59.52 58.55 28.24 -
YUV 200.13 86.73 157.87 -
System Red Green Blue C M Y K H S L
Decimal 242 193 127 0 0.20 0.48 0.05 34.43 0.82 0.72
Hex F2 C1 7F 0 14 30 5 22 52 48
Octal 362 301 177 0 24 60 5 42 122 110
Binary 11110010 11000001 1111111 0 10100 110000 101 100010 1010010 1001000

Color Harmonies of #F2C17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C17F

Black with #F2C17F

Text Example


Text Example

White with #F2C17F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C17F; }

 p { color: rgb(242,193,127); }

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

background-color css

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

 a { background-color: rgb(242,193,127); }

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

border-color css

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

 span { border-color: rgb(242,193,127); }

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