Html Css Color HEX #FFC962 Grandis

📋 copy color: '#FFC962'

red 255 ◦ green 201 ◦ blue 98

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

Shades of Grandis #FFC962

Tints of Grandis #FFC962

RGB

 RED value IS 255 (100% from 255) = 46.03%

 GREEN value IS 201 (78.91% from 255) = 36.28%

 BLUE value IS 98 (38.67% from 255) = 17.69%

R = 46.03%
G = 36.28%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FFC962 (or 0xFFC962) is known color: Grandis. HEX triplet: FF, C9 and 62. RGB value is (255,201,98). Sum of RGB (Red+Green+Blue) = 255+201+98=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 201 (78.91% from 255 or 36.28% from 554); Blue value is 98 (38.67% from 255 or 17.69% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC962 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC962 is #00369D. Grayscale: #CDCDCD. Windows color (decimal): -13982 or 6474239. OLE color: 6474239.

HSL color Cylindrical-coordinate representation of color #FFC962: hue angle of 39.36º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFC962 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.

Color convert

RGB 255 201 98 -
CMYK 0 0.21 0.62 0
HSL 39.36º 1% 0.69% -
HSV(B) 39.36º 0.62% 1% -
XYZ 64.33 63.92 20.5 -
YUV 205.4 67.39 163.38 -
System Red Green Blue C M Y K H S L
Decimal 255 201 98 0 0.21 0.62 0 39.36 1 0.69
Hex FF C9 62 0 15 3E 0 27 64 45
Octal 377 311 142 0 25 76 0 47 144 105
Binary 11111111 11001001 1100010 0 10101 111110 0 100111 1100100 1000101

Color Harmonies of #FFC962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC962

Black with #FFC962

Text Example


Text Example

White with #FFC962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC962; }

 p { color: rgb(255,201,98); }

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

background-color css

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

 a { background-color: rgb(255,201,98); }

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

border-color css

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

 span { border-color: rgb(255,201,98); }

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