Html Css Color HEX #F2C07F Corvette

📋 copy color: '#F2C07F'

red 242 ◦ green 192 ◦ blue 127

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

Shades of Corvette #F2C07F

Tints of Corvette #F2C07F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.22%

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

R = 43.14%
G = 34.22%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2C07F (or 0xF2C07F) is known color: Corvette. HEX triplet: F2, C0 and 7F. RGB value is (242,192,127). Sum of RGB (Red+Green+Blue) = 242+192+127=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 127 (50% from 255 or 22.64% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C07F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C07F is #0D3F80. Grayscale: #C7C7C7. Windows color (decimal): -868225 or 8372466. OLE color: 8372466.

HSL color Cylindrical-coordinate representation of color #F2C07F: hue angle of 33.91º 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 #F2C07F is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 192 127 -
CMYK 0 0.21 0.48 0.05
HSL 33.91º 0.82% 0.72% -
HSV(B) 33.91º 0.48% 0.95% -
XYZ 59.3 58.11 28.17 -
YUV 199.54 87.07 158.29 -
System Red Green Blue C M Y K H S L
Decimal 242 192 127 0 0.21 0.48 0.05 33.91 0.82 0.72
Hex F2 C0 7F 0 15 30 5 22 52 48
Octal 362 300 177 0 25 60 5 42 122 110
Binary 11110010 11000000 1111111 0 10101 110000 101 100010 1010010 1001000

Color Harmonies of #F2C07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C07F

Black with #F2C07F

Text Example


Text Example

White with #F2C07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C07F; }

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

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

background-color css

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

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

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

border-color css

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

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

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