Html Css Color HEX #F2BD7C Corvette

📋 copy color: '#F2BD7C'

red 242 ◦ green 189 ◦ blue 124

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

Shades of Corvette #F2BD7C

Tints of Corvette #F2BD7C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.05%

 BLUE value IS 124 (48.83% from 255) = 22.34%

R = 43.6%
G = 34.05%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2BD7C (or 0xF2BD7C) is known color: Corvette. HEX triplet: F2, BD and 7C. RGB value is (242,189,124). Sum of RGB (Red+Green+Blue) = 242+189+124=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 124 (48.83% from 255 or 22.34% from 555); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BD7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BD7C is #0D4283. Grayscale: #C5C5C5. Windows color (decimal): -868996 or 8175090. OLE color: 8175090.

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

Color convert

RGB 242 189 124 -
CMYK 0 0.22 0.49 0.05
HSL 33.05º 0.82% 0.72% -
HSV(B) 33.05º 0.49% 0.95% -
XYZ 58.45 56.73 26.94 -
YUV 197.44 86.56 159.79 -
System Red Green Blue C M Y K H S L
Decimal 242 189 124 0 0.22 0.49 0.05 33.05 0.82 0.72
Hex F2 BD 7C 0 16 31 5 21 52 48
Octal 362 275 174 0 26 61 5 41 122 110
Binary 11110010 10111101 1111100 0 10110 110001 101 100001 1010010 1001000

Color Harmonies of #F2BD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BD7C

Black with #F2BD7C

Text Example


Text Example

White with #F2BD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BD7C; }

 p { color: rgb(242,189,124); }

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

background-color css

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

 a { background-color: rgb(242,189,124); }

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

border-color css

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

 span { border-color: rgb(242,189,124); }

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