Html Css Color HEX #F2952D Yellow Sea

📋 copy color: '#F2952D'

red 242 ◦ green 149 ◦ blue 45

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

Shades of Yellow Sea #F2952D

Tints of Yellow Sea #F2952D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.17%

 BLUE value IS 45 (17.97% from 255) = 10.32%

R = 55.5%
G = 34.17%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F2952D (or 0xF2952D) is known color: Yellow Sea. HEX triplet: F2, 95 and 2D. RGB value is (242,149,45). Sum of RGB (Red+Green+Blue) = 242+149+45=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 45 (17.97% from 255 or 10.32% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F2952D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2952D is #0D6AD2. Grayscale: #A5A5A5. Windows color (decimal): -879315 or 2987506. OLE color: 2987506.

HSL color Cylindrical-coordinate representation of color #F2952D: hue angle of 31.68º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F2952D is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 149 45 -
CMYK 0 0.38 0.81 0.05
HSL 31.68º 0.88% 0.56% -
HSV(B) 31.68º 0.81% 0.95% -
XYZ 47.84 40.56 7.79 -
YUV 164.95 60.31 182.96 -
System Red Green Blue C M Y K H S L
Decimal 242 149 45 0 0.38 0.81 0.05 31.68 0.88 0.56
Hex F2 95 2D 0 26 51 5 20 58 38
Octal 362 225 55 0 46 121 5 40 130 70
Binary 11110010 10010101 101101 0 100110 1010001 101 100000 1011000 111000

Color Harmonies of #F2952D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2952D

Black with #F2952D

Text Example


Text Example

White with #F2952D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2952D; }

 p { color: rgb(242,149,45); }

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

background-color css

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

 a { background-color: rgb(242,149,45); }

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

border-color css

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

 span { border-color: rgb(242,149,45); }

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