Html Css Color HEX #F0B67F Corvette

📋 copy color: '#F0B67F'

red 240 ◦ green 182 ◦ blue 127

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

Shades of Corvette #F0B67F

Tints of Corvette #F0B67F

RGB

 RED value IS 240 (94.14% from 255) = 43.72%

 GREEN value IS 182 (71.48% from 255) = 33.15%

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

R = 43.72%
G = 33.15%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0B67F (or 0xF0B67F) is known color: Corvette. HEX triplet: F0, B6 and 7F. RGB value is (240,182,127). Sum of RGB (Red+Green+Blue) = 240+182+127=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 182 (71.48% from 255 or 33.15% from 549); Blue value is 127 (50% from 255 or 23.13% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B67F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B67F is #0F4980. Grayscale: #C1C1C1. Windows color (decimal): -1001857 or 8369904. OLE color: 8369904.

HSL color Cylindrical-coordinate representation of color #F0B67F: hue angle of 29.2º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F0B67F is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 182 127 -
CMYK 0 0.24 0.47 0.06
HSL 29.2º 0.79% 0.72% -
HSV(B) 29.2º 0.47% 0.94% -
XYZ 56.49 53.51 27.43 -
YUV 193.07 90.72 161.47 -
System Red Green Blue C M Y K H S L
Decimal 240 182 127 0 0.24 0.47 0.06 29.2 0.79 0.72
Hex F0 B6 7F 0 18 2F 6 1D 4F 48
Octal 360 266 177 0 30 57 6 35 117 110
Binary 11110000 10110110 1111111 0 11000 101111 110 11101 1001111 1001000

Color Harmonies of #F0B67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B67F

Black with #F0B67F

Text Example


Text Example

White with #F0B67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B67F; }

 p { color: rgb(240,182,127); }

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

background-color css

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

 a { background-color: rgb(240,182,127); }

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

border-color css

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

 span { border-color: rgb(240,182,127); }

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